aboutsummaryrefslogtreecommitdiff
path: root/git-format-patch.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-11-06 00:21:45 -0800
committerJunio C Hamano <junkio@cox.net>2005-11-06 00:21:45 -0800
commitb748421aaae3fbb8e0e6466ba532bcec1c71e660 (patch)
treefd15bd94632fd0e983ac4eb22a1d6911948c3e9f /git-format-patch.sh
parentb52d9f9ba7276b9a9516ba359849f771b354d65b (diff)
downloadgit-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-xgit-format-patch.sh2
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,*)