@@ -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