diff options
-rwxr-xr-x | git-submodule.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/git-submodule.sh b/git-submodule.sh index 4ec7546f1e..2b23ce6e25 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". |