From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wesley J. Landaker" Subject: [PATCH v2 2/2] Documentation: git-svn: fix a grammatical error without awkwardness Date: Wed, 22 Apr 2009 09:48:58 -0600 Message-ID: <1240415338-18076-2-git-send-email-wjl@icecavern.net> References: <20090422151515.GA12370@coredump.intra.peff.net> Cc: "Wesley J. Landaker" To: Junio C Hamano , git@vger.kernel.org, Eric Wong , Jeff King X-From: git-owner@vger.kernel.org Wed Apr 22 17:51:05 2009 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 1Lweio-0002lk-ML for gcvg-git-2@gmane.org; Wed, 22 Apr 2009 17:50:51 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755463AbZDVPtN (ORCPT ); Wed, 22 Apr 2009 11:49:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755552AbZDVPtL (ORCPT ); Wed, 22 Apr 2009 11:49:11 -0400 Received: from rinoa.icecavern.net ([92.243.7.152]:45011 "EHLO icecavern.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755498AbZDVPtJ (ORCPT ); Wed, 22 Apr 2009 11:49:09 -0400 Received: from jenova.icecavern.net (c-76-113-110-228.hsd1.nm.comcast.net [76.113.110.228]) by icecavern.net (Postfix) with ESMTPSA id D5D5C365E1; Wed, 22 Apr 2009 09:49:00 -0600 (MDT) Received: from tonberry.icecavern.net (tonberry.icecavern.net [10.0.0.9]) by jenova.icecavern.net (Postfix) with ESMTP id CFBE374C004; Wed, 22 Apr 2009 09:48:58 -0600 (MDT) Received: by tonberry.icecavern.net (Postfix, from userid 1000) id CA9372FDD1; Wed, 22 Apr 2009 09:48:58 -0600 (MDT) X-Mailer: git-send-email 1.6.2.3 In-Reply-To: <20090422151515.GA12370@coredump.intra.peff.net> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: The way the sentence is currently written, there needs to be an "its", but this leads to: "however the remote wildcard may be anywhere as long as it's its own" which is awkward to read. Instead, this patch fixes he grammar in a simpler way. Signed-off-by: Wesley J. Landaker --- Documentation/git-svn.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 3e22e40..1c40894 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -695,7 +695,7 @@ listed below are allowed: Keep in mind that the '\*' (asterisk) wildcard of the local ref (right of the ':') *must* be the farthest right path component; -however the remote wildcard may be anywhere as long as it's own +however the remote wildcard may be anywhere as long as it's an independent path component (surrounded by '/' or EOL). This type of configuration is not automatically created by 'init' and should be manually entered with a text-editor or using 'git-config'. -- 1.6.2.3