Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-11-06 11:21:45 +0300
committerJunio C Hamano <junkio@cox.net>2005-11-06 11:21:45 +0300
commitb748421aaae3fbb8e0e6466ba532bcec1c71e660 (patch)
treefd15bd94632fd0e983ac4eb22a1d6911948c3e9f /git-format-patch.sh
parentb52d9f9ba7276b9a9516ba359849f771b354d65b (diff)
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 5b93ff80a0..b43ba3909c 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,*)