]> git.phdru.name Git - git-scripts.git/blobdiff - ls-stash
Feat(submodules/remove): Add option `-c`
[git-scripts.git] / ls-stash
index 93af80db0d3e9e1ec0d1a2f4347b2a013b06f39b..5f1e57feec4fceca35b8529142ec8917aac00d93 100755 (executable)
--- a/ls-stash
+++ b/ls-stash
@@ -1,5 +1,5 @@
 #! /bin/sh
 
-exec "`dirname \"$0\"`"/do-all \
-   'test "$g" = "$d/.git" || continue; cd "$d" &&' \
-   'test -n "`git stash list`" && echo "$d"'
+if [ -n "`git stash list`" ]; then
+   pwd
+fi