Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
RelNotes 2.18: typofixes
author
Junio C Hamano
<gitster@pobox.com>
Mon, 11 Jun 2018 16:15:34 +0000
(09:15 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 11 Jun 2018 16:15:34 +0000
(09:15 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.18.0.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
3e55249
)
diff --git
a/Documentation/RelNotes/2.18.0.txt
b/Documentation/RelNotes/2.18.0.txt
index 8d0ee5c426b77625f16889952dd40f3c24d772b1..ed80e5485b1ad1b9eb0210e9fbf1498767ff99fe 100644
(file)
--- a/
Documentation/RelNotes/2.18.0.txt
+++ b/
Documentation/RelNotes/2.18.0.txt
@@
-50,7
+50,7
@@
UI, Workflows & Features
have been replaced with a stub that errors out and tells the user
there are replacements.
have been replaced with a stub that errors out and tells the user
there are replacements.
- * The new "
checkout
-encoding" attribute can ask Git to convert the
+ * The new "
working-tree
-encoding" attribute can ask Git to convert the
contents to the specified encoding when checking out to the working
tree (and the other way around when checking in).
contents to the specified encoding when checking out to the working
tree (and the other way around when checking in).
@@
-508,7
+508,7
@@
Fixes since v2.17
not committishes.
(merge 0ed556d38f en/rev-parse-invalid-range later to maint).
not committishes.
(merge 0ed556d38f en/rev-parse-invalid-range later to maint).
- * "git pull -recurse-submodules --rebase", when the submodule
+ * "git pull -
-
recurse-submodules --rebase", when the submodule
repository's history did not have anything common between ours and
the upstream's, failed to execute. We need to fetch from them to
continue even in such a case.
repository's history did not have anything common between ours and
the upstream's, failed to execute. We need to fetch from them to
continue even in such a case.