[Webkit-unassigned] [Bug 33309] bugzilla-tool complains about working directory having local commits if remote branch is ahead of HEAD
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 7 09:05:01 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33309
--- Comment #1 from Evan Martin <evan at chromium.org> 2010-01-07 09:05:00 PST ---
HEAD...trunk when passed to git log means "all commits on either branch that
are not shared by the other". If you want "trunk commits that are not on
HEAD", that's HEAD..trunk. Yes, this is entirely different than the syntax for
git diff. Go open source. :(
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list