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

Consider the patience algorithm for Git #9

Closed
dgutov opened this issue Apr 8, 2013 · 1 comment
Closed

Consider the patience algorithm for Git #9

dgutov opened this issue Apr 8, 2013 · 1 comment

Comments

@dgutov
Copy link
Owner

dgutov commented Apr 8, 2013

http://stackoverflow.com/questions/4045017/what-is-git-diff-patience-for

Apparently, it's the default one in Bazaar, and unavailable in other VCSes.

@dgutov dgutov closed this as completed in 0b786f9 Jan 14, 2014
@dgutov dgutov reopened this Jan 17, 2014
@dgutov
Copy link
Owner Author

dgutov commented May 13, 2016

It would be as easy as git config --global diff.algorithm patience (or histogram, which seems a better choice now), but git diff-index, which VC uses, doesn't seem to check that variable.

@dgutov dgutov closed this as completed in 4bfa149 May 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant