Autogenerated HTML docs for v2.52.0-rc2-22-gc93f1
diff --git a/RelNotes/2.52.0.adoc b/RelNotes/2.52.0.adoc
index 6c0e7d0..4df3d5a 100644
--- a/RelNotes/2.52.0.adoc
+++ b/RelNotes/2.52.0.adoc
@@ -53,7 +53,7 @@
* Configuration variables that take a pathname as a value
(e.g. blame.ignorerevsfile) can be marked as optional by prefixing
- ":(optoinal)" before its value.
+ ":(optional)" before its value.
* Show 'P'ipe command in "git add -p".
@@ -182,6 +182,14 @@
* The "debug" ref-backend was missing a method implementation, which
has been corrected.
+ * Build procedure for Wincred credential helper has been updated.
+
+ * The build procedure based on meson learned to allow builders to
+ specify the directory to install HTML documents.
+
+ * Building "git contacts" script (in contrib/) left the resulting
+ file unexecutable, which has been corrected.
+
Fixes since v2.51
-----------------
diff --git a/gitcli.adoc b/gitcli.adoc
index ef2a0a3..6815d6b 100644
--- a/gitcli.adoc
+++ b/gitcli.adoc
@@ -223,7 +223,7 @@
----------------------------
git commit -F :(optional)COMMIT_EDITMSG
-# if COMMIT_EDITMSG does not exist, equivalent to
+# if COMMIT_EDITMSG does not exist, the above is equivalent to
git commit
----------------------------
diff --git a/gitcli.html b/gitcli.html
index de79257..0c59088 100644
--- a/gitcli.html
+++ b/gitcli.html
@@ -717,7 +717,7 @@
<div class="listingblock">
<div class="content">
<pre>git commit -F :(optional)COMMIT_EDITMSG
-# if COMMIT_EDITMSG does not exist, equivalent to
+# if COMMIT_EDITMSG does not exist, the above is equivalent to
git commit</pre>
</div>
</div>
@@ -806,7 +806,7 @@
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2025-10-14 14:37:27 -0700
+Last updated 2025-11-16 15:44:14 -0800
</div>
</div>
</body>