From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sven Verdoolaege Subject: Re: [PATCH] cvsimport: rewritten in Perl Date: Mon, 4 Jul 2005 17:52:26 +0200 Message-ID: <20050704155226.GQ18608MdfPADPa@garage.linux.student.kuleuven.ac.be> References: <20050630150239.GA20928@pc117b.liacs.nl> <20050630152125.GO10850@kiste.smurf.noris.de> <20050630154453.GA26808@pc117b.liacs.nl> <20050630161043.GR10850@kiste.smurf.noris.de> <20050630193825.GA17345@pc117b.liacs.nl> <20050630210023.GY10850@kiste.smurf.noris.de> <20050704130324.GK18608MdfPADPa@garage.linux.student.kuleuven.ac.be> <20050704135327.GA32098@kiste.smurf.noris.de> <20050704134611.GM18608MdfPADPa@garage.linux.student.kuleuven.ac.be> <20050704143637.GB32098@kiste.smurf.noris.de> Reply-To: skimo@liacs.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org X-From: git-owner@vger.kernel.org Mon Jul 04 18:16:50 2005 Return-path: Received: from vger.kernel.org ([12.107.209.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DpTbw-0000g4-22 for gcvg-git@gmane.org; Mon, 04 Jul 2005 18:15:56 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261494AbVGDQOt (ORCPT ); Mon, 4 Jul 2005 12:14:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261364AbVGDQNi (ORCPT ); Mon, 4 Jul 2005 12:13:38 -0400 Received: from spoetnik.kulnet.kuleuven.ac.be ([134.58.240.46]:12947 "EHLO spoetnik.kulnet.kuleuven.ac.be") by vger.kernel.org with ESMTP id S261165AbVGDQJU (ORCPT ); Mon, 4 Jul 2005 12:09:20 -0400 Received: from localhost (localhost [127.0.0.1]) by spoetnik.kulnet.kuleuven.ac.be (Postfix) with ESMTP id BD39133E84 for ; Mon, 4 Jul 2005 18:09:14 +0200 (CEST) Received: from antonius.kulnet.kuleuven.ac.be (antonius.kulnet.kuleuven.ac.be [134.58.240.73]) by spoetnik.kulnet.kuleuven.ac.be (Postfix) with ESMTP id ED2B833E90 for ; Mon, 4 Jul 2005 18:09:12 +0200 (CEST) Received: from garage.linux.student.kuleuven.ac.be (garage.linux.student.kuleuven.be [193.190.253.84]) by antonius.kulnet.kuleuven.ac.be (Postfix) with ESMTP id D1BC14C2C5 for ; Mon, 4 Jul 2005 18:09:12 +0200 (CEST) Received: (qmail 2907 invoked by uid 500); 4 Jul 2005 15:52:26 -0000 To: Matthias Urlichs Mail-Followup-To: Matthias Urlichs , git@vger.kernel.org Content-Disposition: inline In-Reply-To: <20050704143637.GB32098@kiste.smurf.noris.de> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by KULeuven Antivirus Cluster Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org On Mon, Jul 04, 2005 at 04:36:37PM +0200, Matthias Urlichs wrote: > Ideally, I'd prefer to recycle standard CVS options as much as possible, > but given that the confusion is already there (worse: cvs' -z wants an > argument (compression level), cvsps' -Z doesn't) that may not actually > make sense. *Shrug* > > I'm too happy when other people improve my tools to get hung up on > details like that. ;-) Here it is, then. skimo -- git-cvsimport-script: provide direct support for cvsps -z option --- commit 28537171e7ec23c8677ea6e77c208583f95caa28 tree ca80ed2fad05b150984c14a5364dac8d3e307120 parent 6e7e37b0bfc921aa1f0cb30560fc128e87a41966 author Sven Verdoolaege Mon, 04 Jul 2005 17:10:06 +0200 committer Sven Verdoolaege Mon, 04 Jul 2005 17:10:06 +0200 git-cvsimport-script | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/git-cvsimport-script b/git-cvsimport-script --- a/git-cvsimport-script +++ b/git-cvsimport-script @@ -28,19 +28,19 @@ use POSIX qw(strftime dup2); $SIG{'PIPE'}="IGNORE"; $ENV{'TZ'}="UTC"; -our($opt_h,$opt_o,$opt_v,$opt_d,$opt_p,$opt_C); +our($opt_h,$opt_o,$opt_v,$opt_d,$opt_p,$opt_C,$opt_z); sub usage() { print STDERR <