Merge branch 'sb/submodule-deinit-all'
authorJunio C Hamano <gitster@pobox.com>
Thu, 28 Jul 2016 17:34:45 +0000 (10:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jul 2016 17:34:45 +0000 (10:34 -0700)
A comment update for a topic that was merged to Git v2.8.

* sb/submodule-deinit-all:
submodule deinit: remove outdated comment

git-submodule.sh
index 4ec7546f1eb5617b85169cb6e926b9f490e1d6dc..2b23ce6e250e37288084e82e27b1c60bce8604b8 100755 (executable)
@@ -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".