commit-graph: add core.commitGraph setting
commit1b70dfd5946f76e40516f2229afbf249f185bc7a
authorDerrick Stolee <dstolee@microsoft.com>
Tue, 10 Apr 2018 12:56:03 +0000 (10 08:56 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Apr 2018 01:43:01 +0000 (11 10:43 +0900)
tree0c265a5e25bbcb5d3e35299c5c06c3570d753d61
parent2a2e32bdc5a80221981939e77643cec3462b4793
commit-graph: add core.commitGraph setting

The commit graph feature is controlled by the new core.commitGraph config
setting. This defaults to 0, so the feature is opt-in.

The intention of core.commitGraph is that a user can always stop checking
for or parsing commit graph files if core.commitGraph=0.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
cache.h
config.c
environment.c