diff options
author | Keshav Kini <keshav.kini@gmail.com> | 2013-09-29 18:45:57 -0500 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2013-10-10 06:55:23 +0000 |
commit | 9ebeb3392b6dd674d738cfa019364f61ab73b925 (patch) | |
tree | d274d527081d252a81c47a3d3b9fe0765b34cb15 | |
parent | git-svn: fix signed commit parsing (diff) | |
download | tgif-9ebeb3392b6dd674d738cfa019364f61ab73b925.tar.xz |
git-svn.txt: fix AsciiDoc formatting error
As asterisks are used to indicate bold text in AsciiDoc, shell glob
expressions must be escaped appropriately.
Signed-off-by: Keshav Kini <keshav.kini@gmail.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
-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 4dd3bcb511..239c33c8fd 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -684,7 +684,7 @@ svn-remote.<name>.noMetadata:: + This option can only be used for one-shot imports as 'git svn' will not be able to fetch again without metadata. Additionally, -if you lose your .git/svn/**/.rev_map.* files, 'git svn' will not +if you lose your .git/svn/\*\*/.rev_map.* files, 'git svn' will not be able to rebuild them. + The 'git svn log' command will not work on repositories using |