Add --no-renames flag for git diffs from rbt diff.
Review Request #9221 — Created Sept. 24, 2017 and submitted — Latest diff uploaded
When creating a git diff with rbt diff, the -M option is automatically
used if available and the user has no way of making rbt pass in
--no-renames
to git diff.This change adds a
--no-renames
flag to the rbt diff command which then
gets passed into git diff.
Tests were run.
Changes between revision 2 and 3
orig
1
2
3
4
5
rbtools/clients/__init__.py |
---|
rbtools/clients/bazaar.py |
---|
rbtools/clients/clearcase.py |
---|
rbtools/clients/cvs.py |
---|
rbtools/clients/git.py |
---|
rbtools/clients/mercurial.py |
---|
rbtools/clients/perforce.py |
---|
rbtools/clients/plastic.py |
---|
rbtools/clients/svn.py |
---|
rbtools/clients/tfs.py |
---|
rbtools/commands/__init__.py |
---|
rbtools/commands/diff.py |
---|