Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t/t3905: add missing '&&' linkage
[gitweb.git]
/
git-stash.sh
diff --git
a/git-stash.sh
b/git-stash.sh
index 7ffab6f26fff84c6ebbba7d185b4c69ee95588df..0d167fcdf607c4c9eb21bd1d6678423d0a65fb27 100755
(executable)
--- 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="$*"