-
Notifications
You must be signed in to change notification settings - Fork 126
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
autofilling not optimal? #149
Comments
This happens when the bisect approach to finding the "farthest along" commits that can be merged gives an answer, but some of the intermediate merges can't be performed. I've seen this phenomenon before, but I don't remember exactly what caused it. I think it was something like
I don't really know the solution, short of either patience (it usually succeeds eventually) or eliminating whatever is confusing the algorithm. In principle you could also use the
|
I don't think this particular use case correspond to the case you mentioned. This is too bad imerge is not "finished" (or not scalable) because it has helped me a lot in few other very complex rebase. Thanks for your help anyway. |
Hi
It's been more than 2 hours that git imerge is doing autofilling.
I'm not aware of the algorithm details, but it looks like it recomputes the same autofilling sequence start again and again after each backtracking
The 1-22 to 129-22 autofill sequence looks the same every time, and it takes a very long time.
Is it the same merge sequence it is doing again? or is it the print that is wrong?
The text was updated successfully, but these errors were encountered: