Re: [PATCH v2] config: fix commit-graph related config docs

2018-08-23 Thread Junio C Hamano
Derrick Stolee writes: > The core.commitGraph config setting was accidentally removed from > the config documentation. In that same patch, the config setting > that writes a commit-graph during garbage collection was incorrectly > written to the doc as "gc.commitGraph" instead of "gc.writeCommitG

[PATCH v2] config: fix commit-graph related config docs

2018-08-23 Thread Derrick Stolee
The core.commitGraph config setting was accidentally removed from the config documentation. In that same patch, the config setting that writes a commit-graph during garbage collection was incorrectly written to the doc as "gc.commitGraph" instead of "gc.writeCommitGraph". Reported-by: Szeder Gábor