[PATCH 1/3] Added "sort-sections" flag for the repository listing

Jason A. Donenfeld Jason at zx2c4.com
Tue Oct 9 21:03:42 CEST 2012


> This makes it possible to activate the enable_commit_graph,
> enable_log_filecount and enable_log_linecount for individual
> repositories, even if the global setting is "0" (default).
>
>
> - repo->enable_commit_graph = ctx.cfg.enable_commit_graph * atoi(value);
> + repo->enable_commit_graph = atoi(value);

Was this the intended behavior before, or was this erroneously copy
and pasted from elsewhere, and is therefore a bug? What I'm wondering
is -- should I evaluate this as a behavior change or as a bug fix?




More information about the CGit mailing list