@@ -36,7 +36,7 @@ UI, Workflows & Features
36
36
* Auth-related (and unrelated) error handling in send-email has been
37
37
made more robust.
38
38
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
40
40
fashion with transactions, but it can be more efficient to batch
41
41
multiple updates even when some of them are allowed to fail in a
42
42
best-effort manner. A new "best effort batches of updates" mode
@@ -53,7 +53,7 @@ UI, Workflows & Features
53
53
54
54
* The build procedure installs bash (but not zsh) completion script.
55
55
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.
57
57
58
58
* "git diff --minimal" used to give non-minimal output when its
59
59
optimization kicked in, which has been disabled.
@@ -62,7 +62,7 @@ UI, Workflows & Features
62
62
delta chains from forming in a corner case even when there is no
63
63
such cycle.
64
64
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
66
66
maintenance" front-end.
67
67
68
68
* Bundle-URI feature did not use refs recorded in the bundle other
@@ -188,7 +188,7 @@ Performance, Internal Implementation, Development Support etc.
188
188
been dropped.
189
189
190
190
* 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
192
192
memory.
193
193
194
194
* Assorted fixes for issues found with CodeQL.
@@ -391,14 +391,13 @@ Fixes since v2.49
391
391
reverse failed to give the mode bits of the path "removed" by the
392
392
patch to the file it creates, which has been corrected.
393
393
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.
397
396
(merge d5b3c38b8a sj/ref-contents-check-fix later to maint).
398
397
399
- * Update total_ram() functrion on BSD variants.
398
+ * Update total_ram() function on BSD variants.
400
399
401
- * Update online_cpus() functrion on BSD variants.
400
+ * Update online_cpus() function on BSD variants.
402
401
403
402
* Other code cleanup, docfix, build fix, etc.
404
403
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
0 commit comments