Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-01-19 00:49:52 +0300
committerJunio C Hamano <gitster@pobox.com>2019-01-19 00:49:52 +0300
commite07074d3f0f0efcb6cef30dc603d75c595942431 (patch)
treee5af9e8b9b07a626d40d2d24555ea549dcf61245
parent77556354bb7ac50450e3b28999e3576969869068 (diff)
parentb8b4cb27e61d0157e79a7bce1e5a6280d0985e9a (diff)
Merge branch 'ds/gc-doc-typofix'
Typofix. * ds/gc-doc-typofix: git-gc.txt: fix typo about gc.writeCommitGraph
-rw-r--r--Documentation/git-gc.txt2
1 files changed, 1 insertions, 1 deletions
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.