Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
grep.c: remove implicit dependency on the_index
[gitweb.git]
/
git-submodule.sh
diff --git
a/git-submodule.sh
b/git-submodule.sh
index 5f9d9f6ea3713be458c006501c503d8d660e9ddf..1cb2c0a31b416f9db979cb86badac5f958792453 100755
(executable)
--- a/
git-submodule.sh
+++ b/
git-submodule.sh
@@
-438,6
+438,9
@@
cmd_update()
-q|--quiet)
GIT_QUIET=1
;;
+ -v)
+ GIT_QUIET=0
+ ;;
--progress)
progress=1
;;