Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/chain-lint-attrfix'
[gitweb.git]
/
git-submodule.sh
diff --git
a/git-submodule.sh
b/git-submodule.sh
index 8b5ad59bdee39eba4fc56b28d6771a291dac55f0..f7fd80345cd991df4b17c6598d7dd7bd462424c7 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
;;