* [PATCH] cvsimport: cvsps should be quiet too
@ 2005-11-02 0:53 Martin Langhoff
0 siblings, 0 replies; only message in thread
From: Martin Langhoff @ 2005-11-02 0:53 UTC (permalink / raw)
To: git; +Cc: Martin Langhoff
Tell cvsps to be quite, unless we've been told to be verbose.
Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
---
git-cvsimport.perl | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
applies-to: 3b008080b6ab6077e6dd2178c01dee4efed8ef42
720675e4ad1e4efcda6af41461cf264617194ffc
diff --git a/git-cvsimport.perl b/git-cvsimport.perl
index 0144670..7bd9136 100755
--- a/git-cvsimport.perl
+++ b/git-cvsimport.perl
@@ -491,6 +491,7 @@ unless($pid) {
my @opt;
@opt = split(/,/,$opt_p) if defined $opt_p;
unshift @opt, '-z', $opt_z if defined $opt_z;
+ unshift @opt, '-q' unless defined $opt_v;
unless (defined($opt_p) && $opt_p =~ m/--no-cvs-direct/) {
push @opt, '--cvs-direct';
}
---
0.99.8.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2005-11-02 0:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-02 0:53 [PATCH] cvsimport: cvsps should be quiet too Martin Langhoff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox