diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-28 10:34:45 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-28 10:34:45 -0700 |
commit | b8307836d2ce84fb4201a20955c78a3f472bb9fa (patch) | |
tree | 59da5c84dc70352dd6e8635c13fe9029d70b8298 /git-submodule.sh | |
parent | Merge branch 'ew/find-perl-on-freebsd-in-local' (diff) | |
parent | submodule deinit: remove outdated comment (diff) | |
download | tgif-b8307836d2ce84fb4201a20955c78a3f472bb9fa.tar.xz |
Merge branch 'sb/submodule-deinit-all'
A comment update for a topic that was merged to Git v2.8.
* sb/submodule-deinit-all:
submodule deinit: remove outdated comment
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 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". |