diff options
author | Junio C Hamano <junkio@cox.net> | 2005-11-06 00:21:45 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-06 00:21:45 -0800 |
commit | b748421aaae3fbb8e0e6466ba532bcec1c71e660 (patch) | |
tree | fd15bd94632fd0e983ac4eb22a1d6911948c3e9f /git-format-patch.sh | |
parent | b52d9f9ba7276b9a9516ba359849f771b354d65b (diff) | |
download | git-b748421aaae3fbb8e0e6466ba532bcec1c71e660.tar.gz git-b748421aaae3fbb8e0e6466ba532bcec1c71e660.tar.xz |
git-format-patch: silly typo fix.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-format-patch.sh')
-rwxr-xr-x | git-format-patch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-format-patch.sh b/git-format-patch.sh index 5b93ff80a..b43ba3909 100755 --- a/git-format-patch.sh +++ b/git-format-patch.sh @@ -101,7 +101,7 @@ case "$#,$1" in ;; 1,?*..) # single "rev1.." should mean "rev1..HEAD" - set x "$1"HEAD" + set x "$1"HEAD shift ;; 1,*) |