fetch: add the command-line option `--write-commit-graph`
commitc14e6e790392647ed3b540b0be3d51d1b8a711c4
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 3 Nov 2019 00:21:56 +0000 (3 00:21 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Nov 2019 01:59:36 +0000 (6 10:59 +0900)
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 <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/fetch-options.txt
builtin/fetch.c