]> gitweb.ps.run Git - ps-cgit/blobdiff - shared.c
Merge branch 'stable'
[ps-cgit] / shared.c
index 9c992c8adb3834fa41cfb5e6a453d43dc17a0580..bf0581f3c1bd23e9a7d5f5d1348a8182db922947 100644 (file)
--- a/shared.c
+++ b/shared.c
@@ -118,7 +118,7 @@ struct repoinfo *add_repo(const char *url)
        ret->url = trim_end(url, '/');
        ret->name = ret->url;
        ret->path = NULL;
-       ret->desc = NULL;
+       ret->desc = "[no description]";
        ret->owner = NULL;
        ret->group = cgit_repo_group;
        ret->defbranch = "master";