From 2122c696a34133a616b9ec6d72abe9eb89e728aa Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 13 Jan 2008 17:34:37 +0000 Subject: Merge branch 'stable' * stable: CGIT 0.7.2 Use GIT-1.5.3.8 Compare string lengths when parsing the snapshot mask Default repo description to "[no description]" --- (limited to 'shared.c') diff --git a/shared.c b/shared.c index 9c992c8..bf0581f 100644 --- 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"; -- cgit v0.9.0.2