diff options
author | David Kastrup <dak@gnu.org> | 2007-08-17 17:48:53 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-08-29 00:08:47 -0700 |
commit | d37a8de01839f890e441998d06ef2937c0f7d3fe (patch) | |
tree | a7874ba360909ceb6cd46d1b44bbab31c24437bb /Documentation/git-svn.txt | |
parent | 1ff55ff27b819c1fd9c0d2e153974f2c1924a875 (diff) | |
download | git-d37a8de01839f890e441998d06ef2937c0f7d3fe.tar.gz |
git-svn.txt: fix an obvious misspelling.
Signed-off-by: David Kastrup <dak@gnu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | 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 3420c5c958..be2e34eb8f 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -549,7 +549,7 @@ listed below are allowed: ------------------------------------------------------------------------ Keep in mind that the '*' (asterisk) wildcard of the local ref -(left of the ':') *must* be the farthest right path component; +(right of the ':') *must* be the farthest right path component; however the remote wildcard may be anywhere as long as it's own independent path component (surrounded by '/' or EOL). This type of configuration is not automatically created by 'init' and |