summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-07-28 10:34:45 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-07-28 10:34:45 -0700
commitb8307836d2ce84fb4201a20955c78a3f472bb9fa (patch)
tree59da5c84dc70352dd6e8635c13fe9029d70b8298
parentMerge branch 'ew/find-perl-on-freebsd-in-local' (diff)
parentsubmodule deinit: remove outdated comment (diff)
downloadtgif-b8307836d2ce84fb4201a20955c78a3f472bb9fa.tar.xz
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
-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".