]> git.phdru.name Git - git-scripts.git/blob - ls-no-description
Add `run-bare-repos`: run a command over all bare repositories
[git-scripts.git] / ls-no-description
1 #! /bin/sh
2
3 g="`git rev-parse --git-dir`" &&
4
5 if [ "`cat $g/description`" = "Unnamed repository; edit this file 'description' to name the repository." ]
6 then
7    pwd
8 fi