From: Derrick Stolee Date: Tue, 8 Jan 2019 16:52:20 +0000 (-0800) Subject: git-gc.txt: fix typo about gc.writeCommitGraph X-Git-Tag: v2.21.0-rc0~103^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8b4cb27e61d0157e79a7bce1e5a6280d0985e9a;p=thirdparty%2Fgit.git git-gc.txt: fix typo about gc.writeCommitGraph Reported-by: Stefan Haller Signed-off-by: Derrick Stolee Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt index c20ee6c789..a7442499f6 100644 --- a/Documentation/git-gc.txt +++ b/Documentation/git-gc.txt @@ -137,7 +137,7 @@ The optional configuration variable `gc.packRefs` determines if it within all non-bare repos or it can be set to a boolean value. This defaults to true. -The optional configuration variable `gc.commitGraph` determines if +The optional configuration variable `gc.writeCommitGraph` determines if 'git gc' should run 'git commit-graph write'. This can be set to a boolean value. This defaults to false.