Documentation: remove Asciidoctor linkgit macro
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 27 Oct 2014 00:13:43 +0000 (00:13 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Oct 2014 18:52:29 +0000 (11:52 -0700)
Asciidoctor provides an extension implementing a backend-independent
macro for dealing with manpage links just like the linkgit macro. As
this is more likely to be up-to-date with future changes in Asciidoctor,
prefer using it over reimplementing in Git.

This reverts commit 773ee47c2b9c691d9758b2bea6cac10e3f0c4e12.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found