diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-04-01 11:55:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-02 14:16:13 -0700 |
commit | 6b869a1eeb4b5b198e7bd3e061d5b33ef84da115 (patch) | |
tree | 8982852e915ed459715f0df4cfd7b20d3d4e7551 /Documentation/RelNotes | |
parent | d851ffb91f8c25f51b284cd4e849757d656de0d1 (diff) | |
download | git-6b869a1eeb4b5b198e7bd3e061d5b33ef84da115.tar.gz git-6b869a1eeb4b5b198e7bd3e061d5b33ef84da115.tar.xz |
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.
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/2.0.0.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/RelNotes/2.0.0.txt b/Documentation/RelNotes/2.0.0.txt index ae494f592..9c1238c38 100644 --- 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. |