@@ -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).
0 commit comments