aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorWesley J. Landaker <wjl@icecavern.net>2009-04-22 09:48:58 -0600
committerJunio C Hamano <gitster@pobox.com>2009-04-22 18:40:33 -0700
commitbad542f0b1bca3b57e300a21fc7268c1800e6752 (patch)
tree861542f8de5ff2bc76159db56854d7a4cf3c5b60 /Documentation/git-svn.txt
parent4ddef0e67d879bf7e18ce2655b057243d894adc1 (diff)
downloadgit-bad542f0b1bca3b57e300a21fc7268c1800e6752.tar.gz
Documentation: git-svn: fix a grammatical error without awkwardness
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 <wjl@icecavern.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 3e22e4096f..1c40894669 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'.