Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
submodule deinit: remove outdated comment
author
Stefan Beller
<sbeller@google.com>
Tue, 26 Jul 2016 00:35:38 +0000
(17:35 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 26 Jul 2016 20:52:14 +0000
(13:52 -0700)
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
f6a5279
)
diff --git
a/git-submodule.sh
b/git-submodule.sh
index fb68f1fa7c35aa319737e8e51e23873a20f9fa4c..27562148415bec90eae7695a5980300f08735031 100755
(executable)
--- 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".