summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-04-01 11:55:56 -0700
committerJunio C Hamano <gitster@pobox.com>2014-04-01 11:56:35 -0700
commit35e0b82f31305bd2e4f77fa42270cdf5f2e7a755 (patch)
tree43e60166eb1b7ec48cbfa9fcc5d51763860c4f8c
parentbc8b9ad9afe74f1180cccb88f2fb30018c2359c9 (diff)
downloadgit-naster.tar.gz
Revert part of 384364b (Start preparing for Git 2.0, 2014-03-07)naster
As we are not shipping with the submodule change, remove the entry for it.
-rw-r--r--Documentation/RelNotes/2.0.0.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/RelNotes/2.0.0.txt b/Documentation/RelNotes/2.0.0.txt
index ae494f5920..9c1238c385 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.