Otherwise, when you leave out a description for a repository, the NULL
default causes cgit to print out titles like "cgit - (null)".
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
ret->url = trim_end(url, '/');
ret->name = ret->url;
ret->path = NULL;
ret->url = trim_end(url, '/');
ret->name = ret->url;
ret->path = NULL;
+ ret->desc = "[no description]";
ret->owner = NULL;
ret->group = cgit_repo_group;
ret->defbranch = "master";
ret->owner = NULL;
ret->group = cgit_repo_group;
ret->defbranch = "master";