Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions RelNotes/2.50.0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ UI, Workflows & Features
* Auth-related (and unrelated) error handling in send-email has been
made more robust.

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

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

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

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

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

* Bundle-URI feature did not use refs recorded in the bundle other
Expand Down Expand Up @@ -188,7 +188,7 @@ Performance, Internal Implementation, Development Support etc.
been dropped.

* The code path to access the "packed-refs" file while "fsck" is
taught to mmap the file, instead of reading the whole file in the
taught to mmap the file, instead of reading the whole file into
memory.

* Assorted fixes for issues found with CodeQL.
Expand Down Expand Up @@ -391,14 +391,13 @@ Fixes since v2.49
reverse failed to give the mode bits of the path "removed" by the
patch to the file it creates, which has been corrected.

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

* Update total_ram() functrion on BSD variants.
* Update total_ram() function on BSD variants.

* Update online_cpus() functrion on BSD variants.
* Update online_cpus() function on BSD variants.

* Other code cleanup, docfix, build fix, etc.
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
Expand Down
2 changes: 1 addition & 1 deletion git-maintenance.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ rerere-gc::

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

OPTIONS
-------
Expand Down
4 changes: 2 additions & 2 deletions git-maintenance.html
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ <h2 id="_tasks">TASKS</h2>
<dt class="hdlist1">worktree-prune</dt>
<dd>
<p>The <code>worktree-prune</code> task deletes stale or broken worktrees. See
linkit:git-worktree[1] for more information.</p>
<a href="git-worktree.html">git-worktree(1)</a> for more information.</p>
</dd>
</dl>
</div>
Expand Down Expand Up @@ -1119,7 +1119,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-05-15 17:31:22 -0700
Last updated 2025-06-12 14:56:40 -0700
</div>
</div>
</body>
Expand Down