Skip to content
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

backtracking repeats unrelated autofills #202

Open
jrosenberger opened this issue Jan 19, 2023 · 0 comments
Open

backtracking repeats unrelated autofills #202

jrosenberger opened this issue Jan 19, 2023 · 0 comments

Comments

@jrosenberger
Copy link

I'm working on a relatively big merge (~1900 x ~125 commits). It's been going smoothly, but I just finished a big block, and the ensuing autofills are taking forever. I noticed that it filled row 21 from column 531 to column 1005 ie 531-21 to 1006.21. Then it hit an unexpected conflict at 1007-5, and proceeded to auto fill 531-21 to 1005-21. Then it hit another conflict at 1006-5, and is autofilling 531-21 and on again.

I'm worried it's going to do these same 500 commits of work 6 times all the way up to 1006-1. Is there a reason I'm missing that this work isn't actually the same? Nothing that's a parent of any of it seems to have been changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant