Don't use -u in git diff-tree
Review Request #8222 — Created June 7, 2016 and submitted
When generating diffs for SVN and Perforce with excluded files, we would
pass-u
togit diff-tree
, which generates diff output instead of the
list of changed files and break the parsing. Now, we remove the-u
flag from thegit diff-tree
command when generating the excluded files
list for SVN or Perforce repositories.
Description | From | Last Updated |
---|---|---|
Is this not a problem for plain git as well? If I run with -u locally, I get the diff … |
chipx86 |