-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git-deps shows unrelated commits when dependency of 'merge' commits are checked #54
Comments
Are you using But Thanks for the report! |
BTW you should find |
I'm using the git-deps tool for linux kernel backporting work. Yes I used -r option. I will check -d option, Thanks. I'm backporing a commit from v3.12 to v2.6 So the use case is: git-deps -r -e v2.6_branch 48d9eb97 This runs for long time when it tries to find dependency for commit a107e5a3a473a2ea62bd5af24e11b84adf1486ff which is a merge commit. |
Sorry I didn't find time to look at this yet. I haven't forgotten about it though. |
Thanks. Please check if #55 fixes the above mentioned problem. |
Thanks, I will! |
I'm using the git-deps tool for linux kernel backporting work.
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.
Maybe '--no-merges' needs to be used to avoid merge commits?
The text was updated successfully, but these errors were encountered: