From: Junio C Hamano Date: Mon, 8 Aug 2016 21:21:46 +0000 (-0700) Subject: Merge branch 'sb/submodule-deinit-all' into maint X-Git-Tag: v2.9.3~27 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6a024a249fe4bc7ac9de4d8ffd5dfed0cf986fd7?hp=5131967e4add92322c495e93c0947bac00fbd623 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 --- 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".