]> git.phdru.name Git - git-scripts.git/commitdiff
Use git status --branch --short
authorOleg Broytman <phd@phdru.name>
Wed, 3 Aug 2016 12:18:48 +0000 (15:18 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 3 Aug 2016 12:18:48 +0000 (15:18 +0300)
ls-not-pushed
ls-not-pushed-carefully

index 9834b6063658bb342aa63ac024da1b62ae522099..461431f54b4521be1fb05b26da623773d7b0a1af 100755 (executable)
@@ -3,4 +3,5 @@
 exec "`dirname \"$0\"`"/do-all \
    'test "$g" = "$d/.git" || continue; cd "$d" &&' \
    'test -n "`git status --branch --untracked-files=no |
-      grep "ahead\|behind"`" && echo "$d"'
+   'test -n "`git status --branch --short | grep "ahead\|behind"`" &&
+   echo "$d"'
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