Jakub Narebski <jnareb@xxxxxxxxx> writes: > I have very preliminary work, where gitweb uses @enabled_committags as list > of committags to use, and %committags_info for actual committags info. > Examples of committags includes current linking of commit sha1, > gitweb-xmms2 linking of BUG(n) and FEATURE(n) to site-wide based URL > (Mantis), and RELEASE x.y.z to site-wide based URL (Wiki); perhaps "bug n" > to site-wide/project-wide URL (Bugzilla)... any other ideas? Use a regexp as %committags key and its value to be whatever that takes the matched string and munge it into a URL form perhaps? A site that does not have commit tags do not have any element in that hash. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html