diff --git a/RelNotes/2.53.0.adoc b/RelNotes/2.53.0.adoc index f28c82029..34216a59f 100644 --- a/RelNotes/2.53.0.adoc +++ b/RelNotes/2.53.0.adoc @@ -184,3 +184,7 @@ Fixes since v2.52 (merge fddba8f737 ja/doc-synopsis-style later to maint). (merge 22ce0cb639 en/xdiff-cleanup-2 later to maint). (merge 8ef7355a8f je/doc-pull later to maint). + (merge 48176f953f jc/capability-leak later to maint). + (merge 8cbbdc92f7 kh/doc-pre-commit-fix later to maint). + (merge d4bc39a4d9 mh/doc-config-gui-gcwarning later to maint). + (merge 41d425008a kh/doc-send-email-paragraph-fix later to maint). diff --git a/git-config.html b/git-config.html index 47ee00275..2012bae9f 100644 --- a/git-config.html +++ b/git-config.html @@ -5732,6 +5732,12 @@
Context menu item is invoked from git gui blame. If this
variable is set to zero, the whole history is shown.
+Determines whether 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".
+Specifies the shell command line to execute when the corresponding item @@ -10092,7 +10098,7 @@