]> git.phdru.name Git - git-scripts.git/blob - ls-assumed
Adapt set-commit-date.py to Python 3: turn on universal_newlines
[git-scripts.git] / ls-assumed
1 #! /bin/sh
2
3 exec "`dirname \"$0\"`"/do-all \
4    'test "$g" = "$d/.git" || continue; cd "$d" &&' \
5    'test -n "`git ls-files -v | grep ^h`" && echo "$d"'