Commit 1accc49
committed
git.py: properly handle single-character flags with arguments
"git diff -U5" is correct while "git diff -U 5" is not.
ditto for "git log -U5", "git commit -F/some/path", etc.
The original version of transform_kwargs was setting up the
command line arguments such that single-character flags with
arguments were not understood by git.
This changes transform_kwargs so that the flag and argument
are both part of the same string for single-character flags.
Signed-off-by: David Aguilar <davvid@gmail.com>1 parent 254d04a commit 1accc49
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
0 commit comments