]> git.ipfire.org Git - thirdparty/git.git/commit
README: fix rendering of text in angle brackets
authorDoug Ilijev <doug.ilijev@gmail.com>
Thu, 18 Jul 2019 19:08:45 +0000 (12:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Jul 2019 21:47:46 +0000 (14:47 -0700)
commit7926cee90466f3fcc3120b2d532c831474d5c2e7
tree264dde8dee9ed6bd99e52dc67601ac78991d4234
parentb697d92f56511e804b8ba20ccbe7bdc85dc66810
README: fix rendering of text in angle brackets

Markdown incorrectly interpreted `<commandname>` as an HTML tag;
use backticks to escape `Documentation/git-<commandname>.txt` to ensure
that it renders the text as intended.

Signed-off-by: Doug Ilijev <doug.ilijev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
README.md