mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
cvsimport: cvsps should be quiet too
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>
This commit is contained in:
committed by
Junio C Hamano
parent
211dcac643
commit
9acb552d98
@@ -491,6 +491,7 @@ unless($pid) {
|
|||||||
my @opt;
|
my @opt;
|
||||||
@opt = split(/,/,$opt_p) if defined $opt_p;
|
@opt = split(/,/,$opt_p) if defined $opt_p;
|
||||||
unshift @opt, '-z', $opt_z if defined $opt_z;
|
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/) {
|
unless (defined($opt_p) && $opt_p =~ m/--no-cvs-direct/) {
|
||||||
push @opt, '--cvs-direct';
|
push @opt, '--cvs-direct';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user