From: Oleg Broytman Date: Wed, 3 Aug 2016 12:29:25 +0000 (+0300) Subject: Fix copy/paste bug X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=commitdiff_plain;h=396a2fe8b0c7352fac32db0f7c0e65b92930904b Fix copy/paste bug --- diff --git a/ls-not-pushed b/ls-not-pushed index 461431f..7e9bb4e 100755 --- a/ls-not-pushed +++ b/ls-not-pushed @@ -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"'