Merge branch 'jp/defbranch'

This commit is contained in:
Lars Hjemli
2012-03-18 21:00:18 +00:00
4 ha cambiato i file con 18 aggiunte e 4 eliminazioni

Vedi File

@ -55,7 +55,6 @@ struct cgit_repo *cgit_add_repo(const char *url)
ret->desc = "[no description]";
ret->owner = NULL;
ret->section = ctx.cfg.section;
ret->defbranch = "master";
ret->snapshots = ctx.cfg.snapshots;
ret->enable_commit_graph = ctx.cfg.enable_commit_graph;
ret->enable_log_filecount = ctx.cfg.enable_log_filecount;