Skip to content

Commit 8c3d7c5

Browse files
LemmingAvalanchegitster
authored andcommitted
RelNotes: minor fixups before 2.51.1
Grammar and typo fixes. Also change “work it around” to “work around”. Signed-off-by: Kristoffer Haugsbakk <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent dba6e57 commit 8c3d7c5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Documentation/RelNotes/2.51.1.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Git 2.51.1 Release Notes
33

44
There shouldn't be anything exciting to see here. This is primarily
55
to flush the "do you still use it?" improvements that has landed on
6-
the master front, together with a handful of low-hanging low-impact
6+
the master front, together with a handful of low-hanging, low-impact
77
fixes that should be safe.
88

99

@@ -22,25 +22,25 @@ Fixes since Git 2.51.0
2222
* Manual page for "gitk" is updated with the current maintainer's
2323
name.
2424

25-
* Update the instruction to use of GGG in the MyFirstContribution
25+
* Update the instructions for using GGG in the MyFirstContribution
2626
document to say that a GitHub PR could be made against `git/git`
2727
instead of `gitgitgadget/git`.
2828

29-
* Clang-format update to let our control macros formatted the way we
29+
* Clang-format update to let our control macros be formatted the way we
3030
had them traditionally, e.g., "for_each_string_list_item()" without
3131
space before the parentheses.
3232

33-
* A few places where an size_t value was cast to curl_off_t without
33+
* A few places where a size_t value was cast to curl_off_t without
3434
checking has been updated to use the existing helper function.
3535

3636
* The start_delayed_progress() function in the progress eye-candy API
3737
did not clear its internal state, making an initial delay value
3838
larger than 1 second ineffective, which has been corrected.
3939

4040
* Makefile tried to run multiple "cargo build" which would not work
41-
very well; serialize their execution to work it around.
41+
very well; serialize their execution to work around this problem.
4242

43-
* Adjust to the way newer versions of cURL selectivel enables tracing
43+
* Adjust to the way newer versions of cURL selectively enable tracing
4444
options, so that our tests can continue to work.
4545

46-
Also contains various documentation updates, code clean-ups and minor fixups.
46+
Also contains various documentation updates, code cleanups and minor fixups.

0 commit comments

Comments
 (0)