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]"
Tá an tiomantas seo le fáil i:
Lars Hjemli
2008-01-13 18:34:37 +01:00
tuismitheoir f39c3c99a1 b74cc91574
tiomantas 2122c696a3
D'athraigh 4 comhad le 8 breiseanna agus 7 scriosta

Féach ar an gComhad

@ -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";