aspiers / git-deps

git commit dependency analysis tool
GNU General Public License v2.0
298 stars 47 forks source link

Added option to show only the commits not included in the current branch #47

Closed dimm0 closed 9 years ago

dimm0 commented 9 years ago

This is useful to find dependency commits when doing a cherry-pick

aspiers commented 9 years ago

Thanks a lot for the suggestion. I'm a little confused though - how is this different from just using --exclude HEAD ?

dimm0 commented 9 years ago

Ah! It's not, I didn't read the help careful enough.