Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2016-07-26 03:35:38 +0300
committerJunio C Hamano <gitster@pobox.com>2016-07-26 23:52:14 +0300
commit406621f43dcb91e5c38f0e1c73eab9aa5cc44843 (patch)
treebba42dea1fa69c3a9b0fd6e2b5f049b0cd59d8e6 /git-submodule.sh
parentf6a527997743b79d6986a16313a7488cfc53d123 (diff)
submodule deinit: remove outdated comment
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-submodule.sh')
-rwxr-xr-xgit-submodule.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/git-submodule.sh b/git-submodule.sh
index fb68f1fa7c..2756214841 100755
--- a/git-submodule.sh
+++ b/git-submodule.sh
@@ -516,8 +516,6 @@ cmd_init()
#
# Unregister submodules from .git/config and remove their work tree
#
-# $@ = requested paths (use '.' to deinit all submodules)
-#
cmd_deinit()
{
# parse $args after "submodule ... deinit".