* [PATCH] Define linkgit macro in [macros] section
@ 2008-12-08 18:29 Alexey Borzenkov
2008-12-08 20:13 ` Alexey Borzenkov
0 siblings, 1 reply; 3+ messages in thread
From: Alexey Borzenkov @ 2008-12-08 18:29 UTC (permalink / raw)
To: git
Starting with asciidoc 8.3.0 linkgit macro is no longer recognized by
asciidoc and user guide suggests
(http://www.methods.co.nz/asciidoc/userguide.html#_macro_definitions)
that macros are supposed to be defined in [macros] section. I'm not
sure whether undefined linkgit macro was working by pure chance or it
is a regression in asciidoc 8.3.0, but this patch adds proper
definition for the linkgit macro, allowing it to work on 8.3.0.
Signed-off-by: Alexey Borzenkov <snaury@gmail.com>
---
Documentation/asciidoc.conf | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Documentation/asciidoc.conf b/Documentation/asciidoc.conf
index 2da867d..1e735df 100644
--- a/Documentation/asciidoc.conf
+++ b/Documentation/asciidoc.conf
@@ -7,6 +7,9 @@
# Show GIT link as: <command>(<section>); if section is defined, else just show
# the command.
+[macros]
+(?su)[\\]?(?P<name>linkgit):(?P<target>\S*?)\[(?P<attrlist>.*?)\]=
+
[attributes]
asterisk=*
plus=+
--
1.6.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Define linkgit macro in [macros] section
2008-12-08 18:29 [PATCH] Define linkgit macro in [macros] section Alexey Borzenkov
@ 2008-12-08 20:13 ` Alexey Borzenkov
2008-12-09 1:26 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Alexey Borzenkov @ 2008-12-08 20:13 UTC (permalink / raw)
To: git
Alexey Borzenkov <snaury <at> gmail.com> writes:
> I'm not sure whether undefined linkgit macro was working by pure chance
> or it is a regression in asciidoc 8.3.0,
I now found that the change in question was made in
http://hg.sharesource.org/asciidoc/rev/82bdfd1a3674 and "catchall" macro is now
commented out by default, all the more reason for git to define linkgit macro
properly.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Define linkgit macro in [macros] section
2008-12-08 20:13 ` Alexey Borzenkov
@ 2008-12-09 1:26 ` Junio C Hamano
0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2008-12-09 1:26 UTC (permalink / raw)
To: Alexey Borzenkov; +Cc: git
Thanks, and it does not change the output with older version (at least
7.1.2, I'll try with the one they have at k.org later tonight) in any
negative way.
Will apply.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-12-09 1:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-08 18:29 [PATCH] Define linkgit macro in [macros] section Alexey Borzenkov
2008-12-08 20:13 ` Alexey Borzenkov
2008-12-09 1:26 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).