From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Wong Subject: Re: [PATCH/RFC] svn test: escape peg revision separator using empty peg rev Date: Wed, 10 Oct 2012 21:31:20 +0000 Message-ID: <20121010213120.GA12935@dcvr.yhbt.net> References: <1343468872-72133-1-git-send-email-schwern@pobox.com> <1343468872-72133-2-git-send-email-schwern@pobox.com> <20120728141652.GA1603@burratino> <50143E34.8090802@pobox.com> <20121009084145.GA19784@elie.Belkin> <5073F2C0.6000504@drmicha.warpmail.net> <20121009101953.GB28120@elie.Belkin> <20121010203730.GA19115@dcvr.yhbt.net> <20121010210218.GB4517@elie.Belkin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Michael J Gruber , Torsten Schmutzler , A Large Angry SCM , Michael G Schwern , git@vger.kernel.org, gitster@pobox.com, robbat2@gentoo.org, bwalton@artsci.utoronto.ca To: Jonathan Nieder X-From: git-owner@vger.kernel.org Wed Oct 10 23:31:32 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TM3sK-0001TE-1K for gcvg-git-2@plane.gmane.org; Wed, 10 Oct 2012 23:31:32 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756216Ab2JJVbV (ORCPT ); Wed, 10 Oct 2012 17:31:21 -0400 Received: from dcvr.yhbt.net ([64.71.152.64]:50549 "EHLO dcvr.yhbt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755828Ab2JJVbV (ORCPT ); Wed, 10 Oct 2012 17:31:21 -0400 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 6DE791F70C; Wed, 10 Oct 2012 21:31:20 +0000 (UTC) Content-Disposition: inline In-Reply-To: <20121010210218.GB4517@elie.Belkin> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Jonathan Nieder wrote: > Eric Wong wrote: > > > Thanks both. Also pushed to "master" on git://bogomips.org/git-svn.git > > (commit 44bc5ac71fd99f195bf1a3bea63c11139d2d535f) > > > > Jonathan Nieder (2): > > git svn: work around SVN 1.7 mishandling of svn:special changes > > svn test: escape peg revision separator using empty peg rev > > Thanks. Here's the $deletions nit as a patch on top. > > -- >8 -- > Subject: Git::SVN::Editor::T: pass $deletions to ->A and ->D For future reference, it'd be slightly easier for me to apply if you included the From: (and Date:) headers so I don't have to yank+paste them myself :> > This shouldn't make a difference because the $deletions hash is > only used when adding a directory (see 379862ec, 2012-02-20) but > it's nice to be consistent to make reading smoother anyway. No > functional change intended. > > Signed-off-by: Jonathan Nieder Signed-off-by: Eric Wong And pushed to master on git://bogomips.org/git-svn.git (commit a9608896587718549e82c5bae11740f2c0eac4c6) Jonathan Nieder (3): git svn: work around SVN 1.7 mishandling of svn:special changes svn test: escape peg revision separator using empty peg rev Git::SVN::Editor::T: pass $deletions to ->A and ->D