@@ -40,7 +40,7 @@ UI, Workflows & Features
40
40
diff backend when it exits with a non-zero status.
41
41
42
42
* "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.
44
44
45
45
* "log --date=iso" uses a slight variant of ISO 8601 format that is
46
46
made more human readable. A new "--date=iso-strict" option gives
@@ -62,7 +62,7 @@ UI, Workflows & Features
62
62
e.g. "hello_BASE_4321.c").
63
63
64
64
* 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
66
66
setting the mergetool.writeToTemp configuration variable.
67
67
68
68
* "git mergetool" understands "--tool bc" now, as version 4 of
@@ -292,6 +292,6 @@ notes for details).
292
292
(merge b12d045 da/mergetool-meld later to maint).
293
293
294
294
* "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
296
296
pack.
297
297
(merge 2113471 jk/pack-objects-no-bitmap-when-splitting later to maint).
0 commit comments