Skip to content

Commit cca3f86

Browse files
committed
Autogenerated HTML docs for v2.50.0-rc2-19-g9edff
1 parent ada56a5 commit cca3f86

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

RelNotes/2.50.0.adoc

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ UI, Workflows & Features
3636
* Auth-related (and unrelated) error handling in send-email has been
3737
made more robust.
3838

39-
* Updating multiple references have only been possible in all-or-none
39+
* Updating multiple references have only been possible in an all-or-nothing
4040
fashion with transactions, but it can be more efficient to batch
4141
multiple updates even when some of them are allowed to fail in a
4242
best-effort manner. A new "best effort batches of updates" mode
@@ -53,7 +53,7 @@ UI, Workflows & Features
5353

5454
* The build procedure installs bash (but not zsh) completion script.
5555

56-
* send-email has been updated to work better with Outlook's smtp server.
56+
* send-email has been updated to work better with Outlook's SMTP server.
5757

5858
* "git diff --minimal" used to give non-minimal output when its
5959
optimization kicked in, which has been disabled.
@@ -62,7 +62,7 @@ UI, Workflows & Features
6262
delta chains from forming in a corner case even when there is no
6363
such cycle.
6464

65-
* Make repository clean-up tasks "gc" can do available to "git
65+
* Make repository clean-up tasks that "gc" can do available to "git
6666
maintenance" front-end.
6767

6868
* Bundle-URI feature did not use refs recorded in the bundle other
@@ -188,7 +188,7 @@ Performance, Internal Implementation, Development Support etc.
188188
been dropped.
189189
190190
* The code path to access the "packed-refs" file while "fsck" is
191-
taught to mmap the file, instead of reading the whole file in the
191+
taught to mmap the file, instead of reading the whole file into
192192
memory.
193193
194194
* Assorted fixes for issues found with CodeQL.
@@ -391,14 +391,13 @@ Fixes since v2.49
391391
reverse failed to give the mode bits of the path "removed" by the
392392
patch to the file it creates, which has been corrected.
393393

394-
* "git verify-refs" (and hence "git fsck --reference") started
395-
erroring out in a repository in which secondary worktrees were
396-
prepared with Git 2.43 or lower.
394+
* "git verify-refs" errored out in a repository in which
395+
linked worktrees were prepared with Git 2.43 or lower.
397396
(merge d5b3c38b8a sj/ref-contents-check-fix later to maint).
398397

399-
* Update total_ram() functrion on BSD variants.
398+
* Update total_ram() function on BSD variants.
400399

401-
* Update online_cpus() functrion on BSD variants.
400+
* Update online_cpus() function on BSD variants.
402401

403402
* Other code cleanup, docfix, build fix, etc.
404403
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).

git-maintenance.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ rerere-gc::
172172

173173
worktree-prune::
174174
The `worktree-prune` task deletes stale or broken worktrees. See
175-
linkit:git-worktree[1] for more information.
175+
linkgit:git-worktree[1] for more information.
176176

177177
OPTIONS
178178
-------

git-maintenance.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ <h2 id="_tasks">TASKS</h2>
666666
<dt class="hdlist1">worktree-prune</dt>
667667
<dd>
668668
<p>The <code>worktree-prune</code> task deletes stale or broken worktrees. See
669-
linkit:git-worktree[1] for more information.</p>
669+
<a href="git-worktree.html">git-worktree(1)</a> for more information.</p>
670670
</dd>
671671
</dl>
672672
</div>
@@ -1119,7 +1119,7 @@ <h2 id="_git">GIT</h2>
11191119
</div>
11201120
<div id="footer">
11211121
<div id="footer-text">
1122-
Last updated 2025-05-15 17:31:22 -0700
1122+
Last updated 2025-06-12 14:56:40 -0700
11231123
</div>
11241124
</div>
11251125
</body>

0 commit comments

Comments
 (0)