-rw-r--r-- | shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,9 +115,9 @@ struct repoinfo *add_repo(const char *url) ret = &cgit_repolist.repos[cgit_repolist.count-1]; 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"; ret->snapshots = cgit_snapshots; |