git.txt: fix asciidoc syntax of --*-pathspecs
commit6fb02165a3885314b5b356263dd267a5966f92be
authorSteffen Prohaska <prohaska@zib.de>
Mon, 23 Sep 2013 18:54:35 +0000 (23 20:54 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Oct 2013 22:47:05 +0000 (15 15:47 -0700)
treecfc70893a624c2c0ec0c498c981b5d9390fde640
parent2b7ca916fcffafe9cfd967cce87436a9372ae969
git.txt: fix asciidoc syntax of --*-pathspecs

Labeled lists require a double colon.

[jc] I eyeballed the output from

        git grep '[^:]:$' Documentation/\*.txt

     and the patch fixes all breakages of this kind.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git.txt