submodule deinit: remove outdated comment
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Stefan Beller committed
Jul 25, 2016 at 17:35 UTC
406621f43dcb91e5c38f0e1c73eab9aa5cc44843
1 file changed
-2
git-submodule.sh
-2
@@ -516,8 +516,6 @@ cmd_init()
516
#
517
# Unregister submodules from .git/config and remove their work tree
518
#
519
-# $@ = requested paths (use '.' to deinit all submodules)
520
-#
519
cmd_deinit()
520
{
521
# parse $args after "submodule ... deinit".