Skip to content

Commit 6686af0

Browse files
committed
Autogenerated HTML docs for v2.52.0-rc2-22-gc93f1
1 parent b620736 commit 6686af0

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

‎RelNotes/2.52.0.adoc‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ UI, Workflows & Features
5353

5454
* Configuration variables that take a pathname as a value
5555
(e.g. blame.ignorerevsfile) can be marked as optional by prefixing
56-
":(optoinal)" before its value.
56+
":(optional)" before its value.
5757

5858
* Show 'P'ipe command in "git add -p".
5959

@@ -182,6 +182,14 @@ Performance, Internal Implementation, Development Support etc.
182182
* The "debug" ref-backend was missing a method implementation, which
183183
has been corrected.
184184
185+
* Build procedure for Wincred credential helper has been updated.
186+
187+
* The build procedure based on meson learned to allow builders to
188+
specify the directory to install HTML documents.
189+
190+
* Building "git contacts" script (in contrib/) left the resulting
191+
file unexecutable, which has been corrected.
192+
185193
186194
Fixes since v2.51
187195
-----------------

‎gitcli.adoc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Options that take a filename allow a prefix `:(optional)`. For example:
223223
224224
----------------------------
225225
git commit -F :(optional)COMMIT_EDITMSG
226-
# if COMMIT_EDITMSG does not exist, equivalent to
226+
# if COMMIT_EDITMSG does not exist, the above is equivalent to
227227
git commit
228228
----------------------------
229229

‎gitcli.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ <h3 id="_magic_filename_options">Magic filename options</h3>
717717
<divclass="listingblock">
718718
<divclass="content">
719719
<pre>git commit -F :(optional)COMMIT_EDITMSG
720-
# if COMMIT_EDITMSG does not exist, equivalent to
720+
# if COMMIT_EDITMSG does not exist, the above is equivalent to
721721
git commit</pre>
722722
</div>
723723
</div>
@@ -806,7 +806,7 @@ <h2 id="_git">GIT</h2>
806806
</div>
807807
<divid="footer">
808808
<divid="footer-text">
809-
Last updated 2025-10-14 14:37:27 -0700
809+
Last updated 2025-11-16 15:44:14 -0800
810810
</div>
811811
</div>
812812
</body>

0 commit comments

Comments
(0)