commit | 8f40be229cf8ac7ecbf5e03e11098bad8e82e7e5 | [log] [tgz] |
---|---|---|
author | Tobias Bieniek <Tobias.Bieniek@gmx.de> | Wed Apr 18 12:32:13 2012 +0200 |
committer | Jason A. Donenfeld <Jason@zx2c4.com> | Tue Oct 16 23:00:50 2012 +0200 |
tree | 4474bda5b83077d18231d4075cd76a3c41be6acd | |
parent | a9a6a205608c83125841f8f0b2aca07476cd2113 [diff] |
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>