From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] cvsimport: allow for multiple -M options Date: Sat, 23 Feb 2008 14:51:49 -0800 Message-ID: <7vmyprz3p6.fsf@gitster.siamese.dyndns.org> References: <1203603949-27790-1-git-send-email-book@cpan.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: "Philippe Bruhat (BooK)" X-From: git-owner@vger.kernel.org Sat Feb 23 23:52:50 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1JT3EY-00030T-Hk for gcvg-git-2@gmane.org; Sat, 23 Feb 2008 23:52:42 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754407AbYBWWwH (ORCPT ); Sat, 23 Feb 2008 17:52:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754376AbYBWWwG (ORCPT ); Sat, 23 Feb 2008 17:52:06 -0500 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:37436 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754348AbYBWWwF (ORCPT ); Sat, 23 Feb 2008 17:52:05 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id E6F201C40; Sat, 23 Feb 2008 17:52:01 -0500 (EST) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 1D4391C3F; Sat, 23 Feb 2008 17:51:56 -0500 (EST) User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: This seems to break t9600. * expecting success: cd module-git && git config cvsimport.module module && git cvsimport -a -z0 && git merge origin && cd .. && git diff module-cvs/tick module-git/tick Unknown option: z0 Usage: git-cvsimport # fetch/update GIT from CVS [-o branch-for-HEAD] [-h] [-v] [-d CVSROOT] [-A author-conv-file] [-p opts-for-cvsps] [-P file] [-C GIT_repository] [-z fuzz] [-i] [-k] [-u] [-s subst] [-a] [-m] [-M regex] [-S regex] [-L commitlimit] [-r remote] [CVS_module] * FAIL 8: cvsimport.module config works