exec "`dirname \"$0\"`"/do-all \
'test "$g" = "$d/.git" || continue; cd "$d" &&' \
- 'test -n "`git status -b | grep "ahead\|behind"`" && echo "$d"'
+ 'test -n "`git status --branch --untracked-files=no |
+ grep "ahead\|behind"`" && echo "$d"'
"$PROG_DIR"/do-all \
'test "$g" = "$d/.git" || continue;' \
'rsync -aW --del --protocol=28 "$d" "$LSTMP" && cd "$LSTMP/$b" &&' \
- 'test -n "`git status -b | grep "ahead\|behind"`" && echo "$d"' &&
+ 'test -n "`git status --branch --untracked-files=no |
+ grep "ahead\|behind"`" && echo "$d"' &&
cd "$HOME"/tmp && exec rm -rf ls-not-pushed-carefully.tmp