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>
This commit is contained in:
parent
4fd7312409
commit
d88acc9178
@ -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="$*"
|
||||
|
Loading…
Reference in New Issue
Block a user