| Index: git_cl.py
|
| diff --git a/git_cl.py b/git_cl.py
|
| index 6b735ada00ebde2c155be1871fe03875f2ddcb48..1eec06a74b52af1750a05e20b04651ca77c8a5a0 100755
|
| --- a/git_cl.py
|
| +++ b/git_cl.py
|
| @@ -1964,7 +1964,7 @@ def CMDformat(parser, args):
|
| parser.error('Unrecognized args: %s' % ' '.join(args))
|
|
|
| # Generate diff for the current branch's changes.
|
| - diff_cmd = ['diff', '--no-ext-diff']
|
| + diff_cmd = ['diff', '--no-ext-diff', '--no-prefix']
|
| if opts.full:
|
| # Only list the names of modified files.
|
| diff_cmd.append('--name-only')
|
|
|