Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Revert part of 384364b (Start preparing for Git 2.0, 2014-03-07)
author
Junio C Hamano
<gitster@pobox.com>
Tue, 1 Apr 2014 18:55:56 +0000
(11:55 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 2 Apr 2014 21:16:13 +0000
(14:16 -0700)
As we are not shipping with the submodule change, remove the
entry for it.
Documentation/RelNotes/2.0.0.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
d851ffb
)
diff --git
a/Documentation/RelNotes/2.0.0.txt
b/Documentation/RelNotes/2.0.0.txt
index ae494f592085f11ba59623302e7595c3bcdf3a2e..9c1238c38507729149478a9f1f601f47cd89348f 100644
(file)
--- a/
Documentation/RelNotes/2.0.0.txt
+++ b/
Documentation/RelNotes/2.0.0.txt
@@
-126,11
+126,6
@@
UI, Workflows & Features
fully for paths the index knows about but the tree-ish the command
resets to does not (these paths are kept as intend-to-add entries).
- * Newly cloned submodule repositories by "git submodule update",
- when the "checkout" update mode is used, will be on a local
- branch instead of on a detached HEAD, just like submodules added
- with "git submodule add".
-
Performance, Internal Implementation, etc.