]> git.phdru.name Git - git-scripts.git/blob - ls-no-description
81ddb61b85032b9441aa0845dc8294be9305ed45
[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    echo "$g"
8 fi