summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4fd7312)
raw | patch | inline | side by side (parent: 4fd7312)
author | Brandon Casey <drafnel@gmail.com> | |
Sat, 27 Aug 2011 00:59:25 +0000 (19:59 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 27 Aug 2011 18:12:13 +0000 (11:12 -0700) |
Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh | patch | blob | history |
diff --git a/git-stash.sh b/git-stash.sh
index 7ffab6f26fff84c6ebbba7d185b4c69ee95588df..0d167fcdf607c4c9eb21bd1d6678423d0a65fb27 100755 (executable)
--- a/git-stash.sh
+++ b/git-stash.sh
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="$*"