Documentation: implement linkgit macro for Asciidoctor
commit773ee47c2b9c691d9758b2bea6cac10e3f0c4e12
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 11 Oct 2014 23:37:36 +0000 (11 23:37 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Oct 2014 20:44:08 +0000 (15 13:44 -0700)
tree126030621266bb8a8bd45a50859e7c14b818ed93
parent7d61547db85df0bb16683ee191805b3646920e00
Documentation: implement linkgit macro for Asciidoctor

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>
Documentation/extensions.rb [new file with mode: 0644]