Thread (5 messages) flat view 5 messages, 3 authors, 2018-08-15

Re: [PATCH] git-submodule.sh: accept verbose flag in cmd_update to be non-quiet

From: Jonathan Nieder <hidden>
Date: 2018-08-14 18:28:12

Stefan Beller wrote:
quoted hunk ↗ jump to hunk
 git-submodule.sh | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/git-submodule.sh b/git-submodule.sh
index 8b5ad59bdee..f7fd80345cd 100755
--- a/git-submodule.sh
+++ b/git-submodule.sh
@@ -438,6 +438,9 @@ cmd_update()
 		-q|--quiet)
 			GIT_QUIET=1
 			;;
+		-v)
+			GIT_QUIET=0
+			;;
Reviewed-by: Jonathan Nieder <redacted>

Thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help