]> granicus.if.org Git - cgit/commit
repo_config: do not let globals override repo settings
authorTobias Bieniek <Tobias.Bieniek@gmx.de>
Wed, 18 Apr 2012 10:32:13 +0000 (12:32 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 16 Oct 2012 21:00:50 +0000 (23:00 +0200)
commit8f40be229cf8ac7ecbf5e03e11098bad8e82e7e5
tree4474bda5b83077d18231d4075cd76a3c41be6acd
parenta9a6a205608c83125841f8f0b2aca07476cd2113
repo_config: do not let globals override repo settings

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).

The commit that introduced the broken behavior was e189344, and the
commit message of that makes it clear that this wasn't the intended
behavior.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
cgit.c