aboutsummaryrefslogtreecommitdiffstats
path: root/git-submodule.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-28 10:34:45 -0700
committerJunio C Hamano <gitster@pobox.com>2016-07-28 10:34:45 -0700
commitb8307836d2ce84fb4201a20955c78a3f472bb9fa (patch)
tree59da5c84dc70352dd6e8635c13fe9029d70b8298 /git-submodule.sh
parent36f99a40a8b2c1bf97adb8ec1459c3079c787bc4 (diff)
parent406621f43dcb91e5c38f0e1c73eab9aa5cc44843 (diff)
downloadgit-b8307836d2ce84fb4201a20955c78a3f472bb9fa.tar.gz
Merge branch 'sb/submodule-deinit-all'
A comment update for a topic that was merged to Git v2.8. * sb/submodule-deinit-all: submodule deinit: remove outdated comment
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 4ec7546f1e..2b23ce6e25 100755
--- a/git-submodule.sh
+++ b/git-submodule.sh
@@ -379,8 +379,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".