I think this is a good thing -- all commands that use an underlying
merge should support these options.
Would it make sense at some level to allow some other means of cleanly
passing this information around? Perhaps an environment variable for
merge options?
Jonathan Nieder wrote:
Jonathan Nieder wrote:
For example, this would allow cherry-picking or reverting patches from
a piece of history with a different end-of-line style, like so:
$ git revert -Xrenormalize old-problematic-commit
Currently that is possible with manual use of merge-recursive but the
cherry-pick/revert porcelain does not expose the functionality.
While at it, document the existing support for --strategy.
Signed-off-by: Jonathan Nieder <jrnieder@xxxxxxxxx>
---
Thoughts?
Ping? I use this with -Xpatience fairly often. Am I the only one who
has wanted such a thing?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html