summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2010-07-17 15:53:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-07-19 18:11:07 (GMT)
commit1f74574ba2d34fc9735e8113ed95def6accb6411 (patch)
tree4a820d009682ba90875ef2a61bdd281e9e899532
parentd27b876b284b8fb82db971bc7cea8c9782614ab2 (diff)
downloadgit-1f74574ba2d34fc9735e8113ed95def6accb6411.zip
git-1f74574ba2d34fc9735e8113ed95def6accb6411.tar.gz
git-1f74574ba2d34fc9735e8113ed95def6accb6411.tar.bz2
git submodule add: Remove old docs about implicit -f
git submodule add no longer implicitly adds with --force. Remove references to the old functionality in the documentation. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Acked-by: Jens Lehmann <Jens.Lehmann@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-submodule.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt
index 617069f..1ed331c 100644
--- a/Documentation/git-submodule.txt
+++ b/Documentation/git-submodule.txt
@@ -95,10 +95,6 @@ is the superproject and submodule repositories will be kept
together in the same relative location, and only the
superproject's URL needs to be provided: git-submodule will correctly
locate the submodule using the relative URL in .gitmodules.
-+
-The submodule will be added with "git add --force <path>". I.e. git
-doesn't care if the new path is in a `gitignore`. Your invocation of
-"git submodule add" is considered enough to override it.
status::
Show the status of the submodules. This will print the SHA-1 of the