[Freeipa-devel] [TIP] Making sense of parallel Git branches

Petr Viktorin pviktori at redhat.com
Fri Nov 2 12:08:47 UTC 2012


Hi,
We had some discussion about finding changes pushed to one Git branch 
but not another. This command might be also useful to other maintainers:

git log --oneline --cherry-pick --left-right origin/master...origin/ipa-3-0

This will show patches that are only in one branch or the other. It also 
marks the branch with < or >.

There are some false positives when the diffs don't match exactly, but 
still it should make some people's lives much easier.

Enjoy your Friday!
-- 
Petr³




More information about the Freeipa-devel mailing list