diff options
| author | Matthew Hughes <matthewhughes934@gmail.com> | 2025-12-08 19:04:35 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-12-09 07:38:56 +0900 |
| commit | d4bc39a4d96d7a1f6b69a6a300d77df748eab508 (patch) | |
| tree | f087782f47f1c9230c24f9485aece23e0814e767 | |
| parent | 9a2fb147f2c61d0cab52c883e7e26f5b7948e3ed (diff) | |
| download | git-d4bc39a4d96d7a1f6b69a6a300d77df748eab508.tar.gz | |
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>
| -rw-r--r-- | Documentation/config/gui.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config/gui.adoc b/Documentation/config/gui.adoc index 171be774d2..1565c0af19 100644 --- a/Documentation/config/gui.adoc +++ b/Documentation/config/gui.adoc @@ -55,3 +55,8 @@ gui.blamehistoryctx:: linkgit:gitk[1] for the selected commit, when the `Show History Context` menu item is invoked from 'git gui blame'. If this variable is set to zero, the whole history is shown. + +gui.GCWarning:: + Determines whether linkgit:git-gui[1] should prompt for garbage + collection when git detects a large number of loose objects in + the repository. The default value is "true". |
