-
Notifications
You must be signed in to change notification settings - Fork 899
Support --patience
flag of diff-tree
command
#1037
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
Comments
The flags are binded here. I guess it's just a matter of exposing this data in CompareOptions |
Indeed! Labeled as |
@nulltoken could you please explain a little bit what does "up-for-grabs" label actually mean? |
@dmalikov The idea behind that label comes from here: |
@dmalikov This means that we would be interested in exposing this feature but, as it doesn't require a strong expertise to make it happen, core contributors will refrain from implementing it. Indeed, it may be an easy first task for a new contributor willing to dabble with the library and we would happily support him/her until the feature's ready to be merged. |
Currently
Diff.Compare<Patch>
method doesn't support--patience
flag, thus it's impossible to implement git command like that using the library:The text was updated successfully, but these errors were encountered: