chiark / gitweb /
dgit: Pass --no-renames to git diff-tree -z, avoiding potential trouble
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 9 Jul 2017 12:54:02 +0000 (13:54 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 9 Jul 2017 12:54:51 +0000 (13:54 +0100)
Without this option, git-diff-tree might detect a rename (or possibly
even a copy).  If it does it prints a different output format with a
status of C or R *and a separate filename*.  The latter is an
additional nul-terminated record and would get dgit's interpreter of
the git diff-tree output out of step.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>

No differences found