Merge branch 'jn/doc-remote-helpers'

* jn/doc-remote-helpers:
  Documentation: do not misinterpret refspecs as bold text
This commit is contained in:
Junio C Hamano 2011-05-31 12:09:35 -07:00
commit 1c9d71944a

View File

@ -181,11 +181,11 @@ CAPABILITIES
When using the import command, expect the source ref to have When using the import command, expect the source ref to have
been written to the destination ref. The earliest applicable been written to the destination ref. The earliest applicable
refspec takes precedence. For example refspec takes precedence. For example
"refs/heads/*:refs/svn/origin/branches/*" means that, after an "refs/heads/{asterisk}:refs/svn/origin/branches/{asterisk}" means
"import refs/heads/name", the script has written to that, after an "import refs/heads/name", the script has written to
refs/svn/origin/branches/name. If this capability is used at refs/svn/origin/branches/name. If this capability is used at
all, it must cover all refs reported by the list command; if all, it must cover all refs reported by the list command; if
it is not used, it is effectively "*:*" it is not used, it is effectively "{asterisk}:{asterisk}"
REF LIST ATTRIBUTES REF LIST ATTRIBUTES
------------------- -------------------