Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-gc.txt: fix typo about gc.writeCommitGraph
author
Derrick Stolee
<dstolee@microsoft.com>
Tue, 8 Jan 2019 16:52:20 +0000
(08:52 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 8 Jan 2019 19:14:04 +0000
(11:14 -0800)
Reported-by: Stefan Haller <stefan@haller-berlin.de>
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-gc.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0d0ac38
)
diff --git
a/Documentation/git-gc.txt
b/Documentation/git-gc.txt
index c20ee6c7892518de4ba915e473e7ed736f68fe6b..a7442499f6d3985fa2ca57fa827d454b11479705 100644
(file)
--- 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.
c
ommitGraph` determines if
+The optional configuration variable `gc.
writeC
ommitGraph` determines if
'git gc' should run 'git commit-graph write'. This can be set to a
boolean value. This defaults to false.