Skip to content

Commit dd83521

Browse files
moygitster
authored andcommitted
RelNotes/2.2.0.txt: fix minor typos
Signed-off-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4ace7ff commit dd83521

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/RelNotes/2.2.0.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ UI, Workflows & Features
4040
diff backend when it exits with a non-zero status.
4141

4242
* "git grep" allows to paint (or not paint) partial matches on
43-
context lines whenshowing "grep -C<num>" output in color.
43+
context lines when showing "grep -C<num>" output in color.
4444

4545
* "log --date=iso" uses a slight variant of ISO 8601 format that is
4646
made more human readable. A new "--date=iso-strict" option gives
@@ -62,7 +62,7 @@ UI, Workflows & Features
6262
e.g. "hello_BASE_4321.c").
6363

6464
* The temporary files "git mergetools" uses can be placed in a newly
65-
creted temporary directory, instead of the current directory, by
65+
created temporary directory, instead of the current directory, by
6666
setting the mergetool.writeToTemp configuration variable.
6767

6868
* "git mergetool" understands "--tool bc" now, as version 4 of
@@ -292,6 +292,6 @@ notes for details).
292292
(merge b12d045 da/mergetool-meld later to maint).
293293

294294
* "git pack-objects" forgot to disable the codepath to generate
295-
object recheability bitmap when it needs to split the resulting
295+
object reachability bitmap when it needs to split the resulting
296296
pack.
297297
(merge 2113471 jk/pack-objects-no-bitmap-when-splitting later to maint).

0 commit comments

Comments
 (0)