RelNotes 2.18: typofixes
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jun 11, 2018 at 09:15 UTC
6f333ff2fb28add6d54e9526b8dfdf47bc2b7a9a
1 file changed
+2
-2
Documentation/RelNotes/2.18.0.txt
+2
-2
@@ -50,7 +50,7 @@ UI, Workflows & Features
50
have been replaced with a stub that errors out and tells the user
51
there are replacements.
52
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
54
contents to the specified encoding when checking out to the working
55
tree (and the other way around when checking in).
56
@@ -508,7 +508,7 @@ Fixes since v2.17
508
not committishes.
509
(merge 0ed556d38f en/rev-parse-invalid-range later to maint).
510
511
- * "git pull -recurse-submodules --rebase", when the submodule
511
+ * "git pull --recurse-submodules --rebase", when the submodule
512
repository's history did not have anything common between ours and
513
the upstream's, failed to execute. We need to fetch from them to
514
continue even in such a case.