config: document 'gui.GCWarning'
While investigating the config options set by 'scalar' I noticed this one wasn't documented. Signed-off-by: Matthew Hughes <matthewhughes934@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Matthew Hughes committed
Dec 8, 2025 at 19:04 UTC
d4bc39a4d96d7a1f6b69a6a300d77df748eab508
1 file changed
+5
Documentation/config/gui.adoc
+5
@@ -55,3 +55,8 @@ gui.blamehistoryctx::
55
linkgit:gitk[1] for the selected commit, when the `Show History
56
Context` menu item is invoked from 'git gui blame'. If this
57
variable is set to zero, the whole history is shown.
58
+
59
+gui.GCWarning::
60
+ Determines whether linkgit:git-gui[1] should prompt for garbage
61
+ collection when git detects a large number of loose objects in
62
+ the repository. The default value is "true".