aboutsummaryrefslogtreecommitdiffstats
path: root/git-submodule.sh
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2016-07-25 17:35:38 -0700
committerJunio C Hamano <gitster@pobox.com>2016-07-26 13:52:14 -0700
commit406621f43dcb91e5c38f0e1c73eab9aa5cc44843 (patch)
treebba42dea1fa69c3a9b0fd6e2b5f049b0cd59d8e6 /git-submodule.sh
parentf6a527997743b79d6986a16313a7488cfc53d123 (diff)
downloadgit-406621f43dcb91e5c38f0e1c73eab9aa5cc44843.tar.gz
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".