Merge branch 'tz/git-svn-doc-markup-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2019 15:37:23 +0000 (00:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2019 15:37:23 +0000 (00:37 +0900)
Doc formatting fix.

* tz/git-svn-doc-markup-fix:
Documentation/git-svn: improve asciidoctor compatibility

1  2 
Documentation/git-svn.txt
index 223788fa3ee070b2919a01e1b4eb4cc55043b2af,81aaef8e4e99709d325f204d89fef8dbd5ec713b..30711625fdec5ef4a46233b27fcd562a56e773e3
@@@ -126,7 -126,7 +126,7 @@@ your Perl's Getopt::Long is < v2.37)
        command-line argument.
  +
  This automatically updates the rev_map if needed (see
 -'$GIT_DIR/svn/\*\*/.rev_map.*' in the FILES section below for details).
 +'$GIT_DIR/svn/\**/.rev_map.*' in the FILES section below for details).
  
  --localtime;;
        Store Git commit times in the local time zone instead of UTC.  This
@@@ -239,7 -239,7 +239,7 @@@ Like 'git rebase'; this requires that t
  and have no uncommitted changes.
  +
  This automatically updates the rev_map if needed (see
 -'$GIT_DIR/svn/\*\*/.rev_map.*' in the FILES section below for details).
 +'$GIT_DIR/svn/\**/.rev_map.*' in the FILES section below for details).
  
  -l;;
  --local;;
@@@ -524,7 -524,7 +524,7 @@@ This will set the property 'svn:keyword
        way to repair the repo is to use 'reset'.
  +
  Only the rev_map and refs/remotes/git-svn are changed (see
 -'$GIT_DIR/svn/\*\*/.rev_map.*' in the FILES section below for details).
 +'$GIT_DIR/svn/\**/.rev_map.*' in the FILES section below for details).
  Follow 'reset' with a 'fetch' and then 'git reset' or 'git rebase' to
  move local branches onto the new tree.
  
@@@ -760,7 -760,7 +760,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_DIR/svn/\*\*/.rev_map.*' files, 'git svn' will not
 +if you lose your '$GIT_DIR/svn/\**/.rev_map.*' files, 'git svn' will not
  be able to rebuild them.
  +
  The 'git svn log' command will not work on repositories using
@@@ -1100,10 -1100,10 +1100,10 @@@ listed below are allowed
        tags = tags/*/project-a:refs/remotes/project-a/tags/*
  ------------------------------------------------------------------------
  
- Keep in mind that the '\*' (asterisk) wildcard of the local ref
- (right of the ':') *must* be the farthest right path component;
+ 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 an
- independent path component (surrounded by '/' or EOL).   This
+ 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'.
  
@@@ -1154,7 -1154,7 +1154,7 @@@ fetching, then $GIT_DIR/svn/.metadata m
  
  FILES
  -----
 -$GIT_DIR/svn/\*\*/.rev_map.*::
 +$GIT_DIR/svn/\**/.rev_map.*::
        Mapping between Subversion revision numbers and Git commit
        names.  In a repository where the noMetadata option is not set,
        this can be rebuilt from the git-svn-id: lines that are at the