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

Please document my options w.r.t. merge resolution #162

Open
dabrahams opened this issue Sep 11, 2020 · 1 comment
Open

Please document my options w.r.t. merge resolution #162

dabrahams opened this issue Sep 11, 2020 · 1 comment

Comments

@dabrahams
Copy link

For example, after I resolve a merge conflict, if I run tests and find I need to make corrections, can I add new commits before git imerge continueing or must I amend the last commit?

@mhagger
Copy link
Owner

mhagger commented Sep 22, 2020

You must amend the last commit. git imerge continue and git imerge record only recognize a manual merge based on its having direct parents that are diagonally adjacent in the merge graph (and I think the "hole" has to already be listed as a "blocker" in the imerge state). I'm not sure how much code would have to change to relax this restriction (probably not all that much), but without a way to preserve the split commit in the final simplification, it wouldn't really buy you much as far as I can tell.

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

2 participants