Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/apply: make check_apply_state() return -1 instead of die()ing
[gitweb.git]
/
git-submodule.sh
diff --git
a/git-submodule.sh
b/git-submodule.sh
index 4ec7546f1eb5617b85169cb6e926b9f490e1d6dc..2b23ce6e250e37288084e82e27b1c60bce8604b8 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".