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

Compare with common ancestor instead of tip #3

Merged
merged 1 commit into from
Feb 6, 2016
Merged

Conversation

ssiegler
Copy link
Contributor

This should fix #2.
As described in http://git-scm.com/docs/git-diff this form compares to the common ancestor.
So it should not include changes only on the parent branch.
We should still make sure that it does not exclude wanted changes when several common ancestors exist.

@ssiegler ssiegler changed the title Fix #2. Compare with common ancestor instead of tip Sep 22, 2015
CK35 added a commit that referenced this pull request Feb 6, 2016
Compare with common ancestor instead of tip
@CK35 CK35 merged commit cc1b39e into CK35:master Feb 6, 2016
@ssiegler ssiegler deleted the patch-1 branch February 6, 2016 12:34
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.

Compare with latest common commit
2 participants