Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
hash-object: add --literally option
[gitweb.git]
/
git-stash.sh
diff --git
a/git-stash.sh
b/git-stash.sh
index bcc757b3900b02595e5b432edcfd590e312b48ce..9c1ba8e4b81a1f118af1967c2c72795ba12d6df0 100755
(executable)
--- a/
git-stash.sh
+++ b/
git-stash.sh
@@
-297,7
+297,7
@@
have_stash () {
list_stash () {
have_stash || return 0
- git log --format="%gd: %gs" -g "$@" $ref_stash --
+ git log --format="%gd: %gs" -g
--first-parent -m
"$@" $ref_stash --
}
show_stash () {