Skip to content

Commit bad542f

Browse files
wjlgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4ddef0e commit bad542f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-svn.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ listed below are allowed:
695695

696696
Keep in mind that the '\*' (asterisk) wildcard of the local ref
697697
(right of the ':') *must* be the farthest right path component;
698-
however the remote wildcard may be anywhere as long as it's own
698+
however the remote wildcard may be anywhere as long as it's an
699699
independent path component (surrounded by '/' or EOL). This
700700
type of configuration is not automatically created by 'init' and
701701
should be manually entered with a text-editor or using 'git-config'.

0 commit comments

Comments
 (0)