diff options
author | Stefan Beller <sbeller@google.com> | 2016-07-25 17:35:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-26 13:52:14 -0700 |
commit | 406621f43dcb91e5c38f0e1c73eab9aa5cc44843 (patch) | |
tree | bba42dea1fa69c3a9b0fd6e2b5f049b0cd59d8e6 /git-submodule.sh | |
parent | f6a527997743b79d6986a16313a7488cfc53d123 (diff) | |
download | git-406621f43dcb91e5c38f0e1c73eab9aa5cc44843.tar.gz |
submodule deinit: remove outdated commentsb/submodule-deinit-all
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-submodule.sh')
-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 fb68f1fa7c..2756214841 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -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". |