Updated an attributions in Changes (thanks again Foxtons web designers!).
[catagits/Gitalist.git] / lib / Gitalist / Git / Repository.pm
index 5a3fa0f..7e873cd 100644 (file)
@@ -247,6 +247,8 @@ class Gitalist::Git::Repository with Gitalist::Git::HasUtils {
             $description = $self->path->file('description')->slurp;
             chomp $description;
         };
+       $description = "Unnamed repository, edit the .git/description file to set a description"
+           if $description eq "Unnamed repository; edit this file 'description' to name the repository.";
         return $description;
     }