Revert part of 384364b (Start preparing for Git 2.0, 2014-03-07)

As we are not shipping with the submodule change, remove the
entry for it.
This commit is contained in:
Junio C Hamano 2014-04-01 11:55:56 -07:00
parent d851ffb91f
commit 6b869a1eeb

View File

@ -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.