mirror of
https://git.zx2c4.com/cgit
synced 2025-08-30 22:49:41 +02:00
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]"
This commit is contained in:
commit
2122c696a3
4 changed files with 8 additions and 7 deletions
2
shared.c
2
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue