Scott Chacon wrote: > Hey, > > On Fri, Sep 9, 2011 at 7:34 AM, Michael J Gruber > <git@xxxxxxxxxxxxxxxxxxxx> wrote: >> which has all the renaming (*.txt -> *.asciidoc) and Makefile and script >> changes, but is missing some include changes (because include breaks >> anyway, see below). > > I can change this so we can render .asc if that's less ugly. I've > been meaning to do this for a while, but I don't think I ever > incorporated it. Rather than forcing a rename on the repository, do you think it would be possible to implement some form of gitattribute support in GitHub? The user could then specify something like render=asciidoc (as opposed to, say, render=markdown or render=rdoc or whatever else you support): a few simple additions to .gitattributes and the user would be able to customize the cooked file view without needing to use GitHub's expected extension. -- Giuseppe Bilotta -- 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