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:
authorBrandon Casey <drafnel@gmail.com>2011-08-27 04:59:25 +0400
committerJunio C Hamano <gitster@pobox.com>2011-08-27 22:12:13 +0400
commitd88acc91785661ef261ed816c13b70068400d194 (patch)
treee505e357f6307bd562f1ff44326c487daf56efee /git-stash.sh
parent4fd731240980f0f4b4565abe9092bd3d08d650e3 (diff)
git-stash.sh: fix typo in error message
Signed-off-by: Brandon Casey <drafnel@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-stash.sh')
-rwxr-xr-xgit-stash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-stash.sh b/git-stash.sh
index 7ffab6f26f..0d167fcdf6 100755
--- a/git-stash.sh
+++ b/git-stash.sh
@@ -199,7 +199,7 @@ save_stash () {
if test -n "$patch_mode" && test -n "$untracked"
then
- die "Can't use --patch and ---include-untracked or --all at the same time"
+ die "Can't use --patch and --include-untracked or --all at the same time"
fi
stash_msg="$*"