1
0
Derivar 0

Default repo description to "[no description]"

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>
Este cometimento está contido em:
Evan Martin 2007-12-02 14:39:30 -08:00 cometido por Lars Hjemli
ascendente fc4c4ba3a9
cometimento 7b346647c9
1 ficheiros modificados com 1 adições e 1 eliminações

Ver ficheiro

@ -116,7 +116,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";