DescriptionPass --no-renames to git diff
If ~/.gitconfig contains:
[diff]
renames = "true"
then git diff --name-status will produce output that confuses the parsing
in svm.GIT.CaptureStatus and git diff will produce output that confuses the
patch command on trybots. Passing --no-renames explicitly counteracts this.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=203778
Patch Set 1 #Messages
Total messages: 8 (0 generated)
|