aspiers / git-deps

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

Skip checking dependencies for merge commits #55

Closed vigneshraman closed 5 years ago

vigneshraman commented 8 years ago

When git-deps is run to find any dependent commits in linux kernel there is a chance it encounters 'merge' commits. git-deps output is very huge when it checks dependency for 'merge' commits and git-deps needs to be stopped manually since it runs for a very long time.

This commit checks if a git commit has a more than one parent ie. merge commit and skips checking the dependencies.

vigneshraman commented 8 years ago

@aspiers Please review. Thanks.

aspiers commented 8 years ago

Thanks a lot, will try to find time for this soon!

aspiers commented 5 years ago

I believe #76 is the correct fix for this.