Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sb/submodule-deinit-all' into maint
author
Junio C Hamano
<gitster@pobox.com>
Mon, 8 Aug 2016 21:21:46 +0000
(14:21 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 8 Aug 2016 21:21:46 +0000
(14:21 -0700)
A comment update for a topic that was merged to Git v2.8.
* sb/submodule-deinit-all:
submodule deinit: remove outdated comment
git-submodule.sh
patch
|
blob
|
history
raw
(from parent 1:
5131967
)
diff --git
a/git-submodule.sh
b/git-submodule.sh
index 7fe8a511b37a9705249132afedb57032fb65e86c..78fdac95684b2214f61cb30ea04bb5a13691430b 100755
(executable)
--- 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".