Skip to content

Commit 9ebeb33

Browse files
kiniEric Wong
authored andcommitted
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 <[email protected]> Signed-off-by: Eric Wong <[email protected]>
1 parent 60786bd commit 9ebeb33

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
@@ -684,7 +684,7 @@ svn-remote.<name>.noMetadata::
684684
+
685685
This option can only be used for one-shot imports as 'git svn'
686686
will not be able to fetch again without metadata. Additionally,
687-
if you lose your .git/svn/**/.rev_map.* files, 'git svn' will not
687+
if you lose your .git/svn/\*\*/.rev_map.* files, 'git svn' will not
688688
be able to rebuild them.
689689
+
690690
The 'git svn log' command will not work on repositories using

0 commit comments

Comments
 (0)