summaryrefslogtreecommitdiffstats
path: root/git-submodule.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-08-08 23:21:46 +0200
committerJunio C Hamano <gitster@pobox.com>2016-08-08 23:21:46 +0200
commit6a024a249fe4bc7ac9de4d8ffd5dfed0cf986fd7 (patch)
treef9bba6836d321820e6da34b5dea420bfdb23a399 /git-submodule.sh
parentMerge branch 'rs/worktree-use-strbuf-absolute-path' into maint (diff)
parentsubmodule deinit: remove outdated comment (diff)
downloadgit-6a024a249fe4bc7ac9de4d8ffd5dfed0cf986fd7.tar.xz
git-6a024a249fe4bc7ac9de4d8ffd5dfed0cf986fd7.zip
Merge branch 'sb/submodule-deinit-all' into maint
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 7fe8a511b3..78fdac9568 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".