diff options
Diffstat (limited to 'shared.c')
-rw-r--r-- | shared.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -56,7 +56,6 @@ struct cgit_repo *cgit_add_repo(const char *url) | |||
56 | ret->desc = "[no description]"; | 56 | ret->desc = "[no description]"; |
57 | ret->owner = NULL; | 57 | ret->owner = NULL; |
58 | ret->section = ctx.cfg.section; | 58 | ret->section = ctx.cfg.section; |
59 | ret->defbranch = "master"; | ||
60 | ret->snapshots = ctx.cfg.snapshots; | 59 | ret->snapshots = ctx.cfg.snapshots; |
61 | ret->enable_commit_graph = ctx.cfg.enable_commit_graph; | 60 | ret->enable_commit_graph = ctx.cfg.enable_commit_graph; |
62 | ret->enable_log_filecount = ctx.cfg.enable_log_filecount; | 61 | ret->enable_log_filecount = ctx.cfg.enable_log_filecount; |