summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4ddef0e)
raw | patch | inline | side by side (parent: 4ddef0e)
author | Wesley J. Landaker <wjl@icecavern.net> | |
Wed, 22 Apr 2009 15:48:58 +0000 (09:48 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 23 Apr 2009 01:40:33 +0000 (18:40 -0700) |
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>
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>
Documentation/git-svn.txt | patch | blob | history |
index 3e22e4096fda702dc0a5e535631118d53795d2e9..1c40894669d6f86e7dbb97d86ef9ee6f2a76190d 100644 (file)
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'.