Documentation: implement linkgit macro for Asciidoctor
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 11 Oct 2014 23:37:36 +0000 (23:37 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Oct 2014 20:44:08 +0000 (13:44 -0700)
AsciiDoc uses a configuration file to implement macros like linkgit,
while Asciidoctor uses Ruby extensions. Implement a Ruby extension that
implements the linkgit macro for Asciidoctor in the same way that
asciidoc.conf does for AsciiDoc.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found