X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=ls-assumed;fp=ls-assumed;h=2ca55c93ff8b41510178d5a411e97d77ae35aaef;hb=57eafcd35f740fb53a17787cb99bdab715088d72;hp=0000000000000000000000000000000000000000;hpb=f1cf0b7f2f8fccf7364be8dc0e998e9c64b55876;p=git-scripts.git diff --git a/ls-assumed b/ls-assumed new file mode 100755 index 0000000..2ca55c9 --- /dev/null +++ b/ls-assumed @@ -0,0 +1,5 @@ +#! /bin/sh + +exec "`dirname \"$0\"`"/do-all \ + 'test "$g" = "$d/.git" || continue; cd "$d" &&' \ + 'test -n "`git ls-files -v | grep ^h`" && echo "$d"'