Make git diff command lines more sensible.

Review Request #5976 — Created June 11, 2014 and submitted

Information

RBTools
release-0.6.x
e447664...

Reviewers

When posting a git change against a server which has the renames capability,
the diff command line would include both --no-renames and -M. Git seems to
prefer -M, but it's kind of nonsense to have both. This change makes it an
either/or deal.

Smoke tested git posting.

reviewbot
  1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
        rbtools/clients/git.py
      Ignored Files:
    
    
  2. 
      
reviewbot
  1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
        rbtools/clients/git.py
      Ignored Files:
    
    
  2. 
      
chipx86
  1. Ship It!

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.6.x (c69b3e5).
Loading...