From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Wong Subject: Re: Trivial patch to git-svn Date: Sat, 17 Nov 2007 13:12:53 -0800 Message-ID: <20071117211253.GB31598@mayonaise> References: <473A1D9F.4030103@facebook.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: David Reiss X-From: git-owner@vger.kernel.org Sat Nov 17 22:13:16 2007 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 1ItUyY-0000qc-Dv for gcvg-git-2@gmane.org; Sat, 17 Nov 2007 22:13:14 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752152AbXKQVM4 (ORCPT ); Sat, 17 Nov 2007 16:12:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752051AbXKQVM4 (ORCPT ); Sat, 17 Nov 2007 16:12:56 -0500 Received: from hand.yhbt.net ([66.150.188.102]:33667 "EHLO hand.yhbt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750971AbXKQVM4 (ORCPT ); Sat, 17 Nov 2007 16:12:56 -0500 Received: from hand.yhbt.net (localhost [127.0.0.1]) by hand.yhbt.net (Postfix) with SMTP id 60B947DC0FE; Sat, 17 Nov 2007 13:12:54 -0800 (PST) Received: by hand.yhbt.net (sSMTP sendmail emulation); Sat, 17 Nov 2007 13:12:53 -0800 Content-Disposition: inline In-Reply-To: <473A1D9F.4030103@facebook.com> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: David Reiss wrote: > From d9f93dc1c503c5f42b27485b2c35b38e8c9bca44 Mon Sep 17 00:00:00 2001 > From: David Reiss > Date: Tue, 13 Nov 2007 13:47:26 -0800 > Subject: [PATCH] Fix a typo and add a comma in an error message in git-svn > > Signed-off-by: David Reiss > --- > git-svn.perl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/git-svn.perl b/git-svn.perl > index e3e00fd..981cdd6 100755 > --- a/git-svn.perl > +++ b/git-svn.perl > @@ -391,7 +391,7 @@ sub cmd_set_tree { > sub cmd_dcommit { > my $head = shift; > git_cmd_try { command_oneline(qw/diff-index --quiet HEAD/) } > - 'Cannot dcommit with a dirty index. Commit your changes > first' > + 'Cannot dcommit with a dirty index. Commit your changes > first, ' > . "or stash them with `git stash'.\n"; > $head ||= 'HEAD'; > my @refs; I am not an English expert, but both seem acceptable to me. Anybody else agree/disagree? -- Eric Wong