X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/2b9fab8d30420d935745c4d84ea22412ab2485e5..c366bd6fa88fb7dbe1e42c84d56e2bda0b1682c5:/shared.c diff --git a/shared.c b/shared.c index cb52380..0a0e22e 100644 --- a/shared.c +++ b/shared.c @@ -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;