fetch: add the command-line option `--write-commit-graph`
authorJohannes Schindelin <redacted>
Sun, 3 Nov 2019 00:21:56 +0000 (00:21 +0000)
committerJunio C Hamano <redacted>
Wed, 6 Nov 2019 01:59:36 +0000 (10:59 +0900)
commitc14e6e790392647ed3b540b0be3d51d1b8a711c4
tree68070d7eee7b2afb09c312d11733429e47b61e2f
parentda72936f544fec5a335e66432610e4cef4430991
fetch: add the command-line option `--write-commit-graph`

This option overrides the config setting `fetch.writeCommitGraph`, if
both are set.

Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/fetch-options.txt
builtin/fetch.c
git clone https://git.99rst.org/PROJECT