]> git.phdru.name Git - git-scripts.git/blobdiff - ls-not-pushed-carefully
Fix copy/paste bug
[git-scripts.git] / ls-not-pushed-carefully
index f5d59284fe87ed6520006140d5588f7b5642b904..0ae1935e3bccacec74c64a85c16afa17c8d0c3c5 100755 (executable)
@@ -7,7 +7,7 @@ LSTMP="$HOME"/tmp/ls-not-pushed-carefully.tmp \
 "$prog_dir"/do-all \
    'test "$g" = "$d/.git" || continue;' \
    'rsync -aW --del --protocol=28 "$d" "$LSTMP" && cd "$LSTMP/$b" &&' \
-   'test -n "`git status --branch --untracked-files=no |
-      grep "ahead\|behind"`" && echo "$d"' &&
+   'test -n "`git status --branch --short | grep "ahead\|behind"`" &&
+   echo "$d"' &&
 
 cd "$HOME"/tmp && exec rm -rf ls-not-pushed-carefully.tmp