Autogenerated HTML docs for v2.52.0-269-gc4a0c8
diff --git a/RelNotes/2.53.0.adoc b/RelNotes/2.53.0.adoc
index f28c820..34216a5 100644
--- a/RelNotes/2.53.0.adoc
+++ b/RelNotes/2.53.0.adoc
@@ -184,3 +184,7 @@
(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 47ee002..2012bae 100644
--- a/git-config.html
+++ b/git-config.html
@@ -5732,6 +5732,12 @@
<code>Context</code> menu item is invoked from <em>git gui blame</em>. If this
variable is set to zero, the whole history is shown.</p>
</dd>
+<dt class="hdlist1">gui.GCWarning</dt>
+<dd>
+<p>Determines whether <a href="git-gui.html">git-gui(1)</a> should prompt for garbage
+collection when git detects a large number of loose objects in
+the repository. The default value is "true".</p>
+</dd>
<dt class="hdlist1">guitool.<name>.cmd</dt>
<dd>
<p>Specifies the shell command line to execute when the corresponding item
@@ -10092,7 +10098,7 @@
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2025-10-20 15:09:57 -0700
+Last updated 2025-10-21 07:09:57 +0900
</div>
</div>
</body>
diff --git a/git-send-email.adoc b/git-send-email.adoc
index 263b977..688efe2 100644
--- a/git-send-email.adoc
+++ b/git-send-email.adoc
@@ -321,7 +321,6 @@
If disabled with `--no-use-imap-only`, the emails will be sent like usual.
Disabled by default, but the `sendemail.useImapOnly` configuration
variable can be used to enable it.
-
+
This feature requires setting up `git imap-send`. See linkgit:git-imap-send[1]
for instructions.
diff --git a/githooks.adoc b/githooks.adoc
index 0397dec..0565537 100644
--- a/githooks.adoc
+++ b/githooks.adoc
@@ -103,17 +103,14 @@
making a commit. Exiting with a non-zero status from this script
causes the `git commit` command to abort before creating a commit.
-The default 'pre-commit' hook, when enabled, catches introduction
-of lines with trailing whitespaces and aborts the commit when
-such a line is found.
-
All the `git commit` hooks are invoked with the environment
variable `GIT_EDITOR=:` if the command will not bring up an editor
to modify the commit message.
-The default 'pre-commit' hook, when enabled--and with the
-`hooks.allownonascii` config option unset or set to false--prevents
-the use of non-ASCII filenames.
+The default 'pre-commit' hook, when enabled, prevents the introduction
+of non-ASCII filenames and lines with trailing whitespace. The non-ASCII
+check can be turned off by setting the `hooks.allownonascii` config
+option to `true`.
pre-merge-commit
~~~~~~~~~~~~~~~~
diff --git a/githooks.html b/githooks.html
index 23be8fe..b6798cc 100644
--- a/githooks.html
+++ b/githooks.html
@@ -569,19 +569,15 @@
causes the <code>git</code> <code>commit</code> command to abort before creating a commit.</p>
</div>
<div class="paragraph">
-<p>The default <em>pre-commit</em> hook, when enabled, catches introduction
-of lines with trailing whitespaces and aborts the commit when
-such a line is found.</p>
-</div>
-<div class="paragraph">
<p>All the <code>git</code> <code>commit</code> hooks are invoked with the environment
variable <code>GIT_EDITOR=:</code> if the command will not bring up an editor
to modify the commit message.</p>
</div>
<div class="paragraph">
-<p>The default <em>pre-commit</em> hook, when enabled—​and with the
-<code>hooks.allownonascii</code> config option unset or set to false—​prevents
-the use of non-ASCII filenames.</p>
+<p>The default <em>pre-commit</em> hook, when enabled, prevents the introduction
+of non-ASCII filenames and lines with trailing whitespace. The non-ASCII
+check can be turned off by setting the <code>hooks.allownonascii</code> config
+option to <code>true</code>.</p>
</div>
</div>
<div class="sect2">
@@ -1400,7 +1396,7 @@
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2025-06-20 18:10:42 -0700
+Last updated 2025-12-17 17:39:34 +0900
</div>
</div>
</body>