Browse Source

submodule deinit: remove outdated comment

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Stefan Beller 9 years ago committed by Junio C Hamano
parent
commit
406621f43d
  1. 2
      git-submodule.sh

2
git-submodule.sh

@ -516,8 +516,6 @@ cmd_init() @@ -516,8 +516,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".

Loading…
Cancel
Save