diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-12-17 14:11:53 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-12-17 14:11:53 +0900 |
| commit | 1c8a1b7bf9de50ec11bc3492b2181762aab2178d (patch) | |
| tree | 518ac1e4a1b3d5e9a9e9d07ec1831f1def4980b2 | |
| parent | 85964265a3bac6408df126d3d6f91f123d0e3afa (diff) | |
| parent | d4bc39a4d96d7a1f6b69a6a300d77df748eab508 (diff) | |
| download | git-1c8a1b7bf9de50ec11bc3492b2181762aab2178d.tar.gz | |
Merge branch 'mh/doc-config-gui-gcwarning'
Docfix.
* mh/doc-config-gui-gcwarning:
config: document 'gui.GCWarning'
| -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". |
