]> git.phdru.name Git - git-scripts.git/commitdiff
Fix copy/paste bug
authorOleg Broytman <phd@phdru.name>
Wed, 3 Aug 2016 12:29:25 +0000 (15:29 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 3 Aug 2016 12:29:25 +0000 (15:29 +0300)
ls-not-pushed

index 461431f54b4521be1fb05b26da623773d7b0a1af..7e9bb4e59f172f61605966b9d1fb5e0273b4429b 100755 (executable)
@@ -2,6 +2,5 @@
 
 exec "`dirname \"$0\"`"/do-all \
    'test "$g" = "$d/.git" || continue; cd "$d" &&' \
-   'test -n "`git status --branch --untracked-files=no |
    'test -n "`git status --branch --short | grep "ahead\|behind"`" &&
    echo "$d"'