Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
cvsimport: cvsps should be quiet too
author
Martin Langhoff
<martin@catalyst.net.nz>
Wed, 2 Nov 2005 00:53:23 +0000
(13:53 +1300)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 2 Nov 2005 00:57:53 +0000
(16:57 -0800)
Tell cvsps to be quiet, unless we've been told to be verbose.
Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsimport.perl
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
211dcac
)
diff --git
a/git-cvsimport.perl
b/git-cvsimport.perl
index 0144670a578b154f611d3f0f9552af7078fecf2e..7bd9136205f46d4334b7272e6617c0f7f553f5e8 100755
(executable)
--- a/
git-cvsimport.perl
+++ b/
git-cvsimport.perl
@@
-491,6
+491,7
@@
($$)
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';
}