On 1 August 2016 at 22:35, Richard Maw <[email protected]> wrote: > diff --git a/cgit.c b/cgit.c > index d664ab4..321a00f 100644 > --- a/cgit.c > +++ b/cgit.c > @@ -586,7 +586,26 @@ static int prepare_repo_cmd(void) > * load local configuration from the git repository, so we do them > both while > * the HOME variables are unset. */ > setup_git_directory_gently(&nongit); > - init_display_notes(NULL); > + if (get_git_namespace()) {
This should have been ctx.repo->namespace, since get_git_namespace() always returns a non-NULL string. It returns the empty string when there is no namespace. The new tip of the branch is 59b84b1640ed5def5df659c6269479a463524b5d. _______________________________________________ CGit mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/cgit
