Skip to content

Commit 6f333ff

Browse files
committed
RelNotes 2.18: typofixes
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3e55249 commit 6f333ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/RelNotes/2.18.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ UI, Workflows & Features
5050
have been replaced with a stub that errors out and tells the user
5151
there are replacements.
5252

53-
* The new "checkout-encoding" attribute can ask Git to convert the
53+
* The new "working-tree-encoding" attribute can ask Git to convert the
5454
contents to the specified encoding when checking out to the working
5555
tree (and the other way around when checking in).
5656

@@ -508,7 +508,7 @@ Fixes since v2.17
508508
not committishes.
509509
(merge 0ed556d38f en/rev-parse-invalid-range later to maint).
510510

511-
* "git pull -recurse-submodules --rebase", when the submodule
511+
* "git pull --recurse-submodules --rebase", when the submodule
512512
repository's history did not have anything common between ours and
513513
the upstream's, failed to execute. We need to fetch from them to
514514
continue even in such a case.

0 commit comments

Comments
 (0)