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

Enhance merge support #678

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Conversation

tiennou
Copy link
Contributor

@tiennou tiennou commented Oct 28, 2018

Our current merge code (which is only used when pulling at the moment), had a few issues with consistency : it does not respect the pulled branch merge preference. It also doesn't use the correct "style" of commit messages, because its annotated commits weren't created from the correct objects.

This PR adds support for annotated commit (though there's no public API that make use of them yet), somewhat streamlines the steps to take in order to perform a merge operation (so a future merge OID API has less work to do), and adds a way to commit a repository's pending merge (after conflicts are resolved).

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

Successfully merging this pull request may close these issues.

None yet

1 participant