Skip to content

Commit e9bd4aa

Browse files
peffgitster
authored andcommitted
RelNotes/2.21: misc typo/English fixups
These are just some small fixes I noticed doing a complete read-through (there are a few cases I left that are incomplete or abbreviated sentences, but I think those are OK in this sort of bullet-list style). Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b9b17d3 commit e9bd4aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/RelNotes/2.21.0.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ UI, Workflows & Features
2626
the fast-export side has been made.
2727

2828
* "git push $there $src:$dst" rejects when $dst is not a fully
29-
qualified refname and not clear what the end user meant. The
29+
qualified refname and it is not clear what the end user meant. The
3030
codepath has been taught to give a clearer error message, and also
3131
guess where the push should go by taking the type of the pushed
3232
object into account (e.g. a tag object would want to go under
@@ -88,7 +88,7 @@ Performance, Internal Implementation, Development Support etc.
8888
(non-)existence of loose objects.
8989

9090
* More codepaths have become aware of working with in-core repository
91-
instance other than the default "the_repository".
91+
instances other than the default "the_repository".
9292

9393
* The "strncat()" function is now among the banned functions.
9494

@@ -125,13 +125,13 @@ Performance, Internal Implementation, Development Support etc.
125125
* The in-core repository instances are passed through more codepaths.
126126

127127
* Update the protocol message specification to allow only the limited
128-
use of scaled quantities. This is ensure potential compatibility
129-
issues will not go out of hand.
128+
use of scaled quantities. This is to ensure potential compatibility
129+
issues will not get out of hand.
130130

131131
* Micro-optimize the code that prepares commit objects to be walked
132132
by "git rev-list" when the commit-graph is available.
133133

134-
* "git fetch" and "git upload-pack" learned to send all exchange over
134+
* "git fetch" and "git upload-pack" learned to send all exchanges over
135135
the sideband channel while talking the v2 protocol.
136136

137137
* The codepath to write out commit-graph has been optimized by

0 commit comments

Comments
 (0)