Documentation: do not misinterpret pull refspec as bold text
commit3bae8d4da1ee7fce0cf1ef9fcf49656ca1e48769
authorJonathan Nieder <jrnieder@gmail.com>
Fri, 3 Dec 2010 20:04:17 +0000 (3 14:04 -0600)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Dec 2010 23:22:52 +0000 (3 15:22 -0800)
treeee9109391001e290017e24ed0f1ecc14f7dfd7e3
parent7e4eb210bdf2a612d8bf4cc106d99ba190f73e3e
Documentation: do not misinterpret pull refspec as bold text

Use the {asterisk} entity to avoid mistreating the asterisks
in "(e.g., refs/heads/*:refs/remotes/origin/*)" as delimiters
for bold text.

From a quick search with 'git grep -e "\*.*\*"', this seems to
be the last example of this particular formatting problem.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-pull.txt