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

Allow for selection of merge base if not unique #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

scruff311
Copy link

Allow user to select commit to use for merge base in there is not a unique merge base.

@lucaswerkmeister
Copy link

A cancel option might be useful, I think.

(Also, for the record, implements #52.)

@mhagger
Copy link
Owner

mhagger commented Mar 7, 2014

Cool, thanks for working on this!

I like the idea a lot, and more than one user has stumbled over this problem so it will be a welcome feature.

I was a bit surprised that you implemented this by asking the user to choose one of the merge bases interactively. There are only very few git commands that have an interactive component, so this approach was unexpected. It would also effectively make git-imerge unusable from a script.

I think my preference would be for the program to emit an error message listing the merge bases (which you have already implemented) but then just abort. And for there to be a new command-line option like --merge-base=SHA1 to let the user specify an explicit merge base at his next attempt. It is a little bit more work for the user, but it is more consistent with the rest of the interface (and with that of Git itself).

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

Successfully merging this pull request may close these issues.

None yet

3 participants