[Webkit-unassigned] [Bug 16053] prepend git branch with build-webkit and friends

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 19 22:52:05 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16053





------- Comment #3 from ddkilzer at webkit.org  2007-11-19 22:52 PDT -------
(In reply to comment #2)
> This would look to do the wrong thing if my branch name contains the word
> "master" anywhere, or if I check out a revision that is not the head of the
> branch (eg, I check out HEAD^ to compare performance with HEAD).

$ git checkout HEAD^
Note: moving to "HEAD^" which isn't a local branch
If you want to create a new branch from this checkout, you may do so
(now or later) by using -b with the checkout command again. Example:
  git checkout -b <new_branch_name>
HEAD is now at ca0684e... Restoring a binary svn:mime-type on the test.
$ git branch
* (no branch)
  master
$ git symbolic-ref HEAD
fatal: ref HEAD is not a symbolic ref


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list