Skip to content

Commit 1e2677f

Browse files
LemmingAvalanchegitster
authored andcommitted
RelNotes/2.50.0: fix typos & other improvements
• Replace with phrases that are more standard (“all-or-nothing” instead of “-none”) • Add coordinating words that make it less likely for you to trip over the sentence (“*that* "gc" can do”) • Use “SMTP” instead of both SMTP and smtp • Don’t mention `git fsck --reference` since the previous release was not affected by this minor bug. Also say “errored out” since the git-refs(1) bug was there in v2.48.0 as well • Use the more widespread “linked” instead of “secondary worktree” Signed-off-by: Kristoffer Haugsbakk <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4c0e625 commit 1e2677f

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Documentation/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).

0 commit comments

Comments
 (0)