diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-08-08 14:21:46 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-08 14:21:46 -0700 |
commit | 6a024a249fe4bc7ac9de4d8ffd5dfed0cf986fd7 (patch) | |
tree | f9bba6836d321820e6da34b5dea420bfdb23a399 | |
parent | Merge branch 'rs/worktree-use-strbuf-absolute-path' into maint (diff) | |
parent | submodule deinit: remove outdated comment (diff) | |
download | tgif-6a024a249fe4bc7ac9de4d8ffd5dfed0cf986fd7.tar.xz |
Merge branch 'sb/submodule-deinit-all' into maint
A comment update for a topic that was merged to Git v2.8.
* sb/submodule-deinit-all:
submodule deinit: remove outdated comment
-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 7fe8a511b3..78fdac9568 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". |