From mboxrd@z Thu Jan 1 00:00:00 1970 From: oggioni.walter at gmail.com (Walter Oggioni) Date: Sun, 25 May 2014 22:46:46 +0200 Subject: Fwd: pull request In-Reply-To: References: Message-ID: hi, I'm an arch linux user, I installed cgit 10.1 on two of my machines carefully following the steps on https://wiki.archlinux.org/index.php/Cgit, but never managed to make syntax highlighting working. After lots of headache I discovered that the script specified in cgitrc after "source-filter=" was actually never executed, then I downloaded the source, and as far as I could understand, the only source-filter that was used was the repo.source-filter, (I might be wrong because I haven't read all the code), while ctx.cfg.source_filter was ignored. To solve the problem I added this if(!ctx.repo->source_filter) { ctx.repo->source_filter = ctx.cfg.source_filter; } to *ui-tree.c at line 47* and now everything works. I just wanted to know if you can confirm this is bug, or maybe there is something wrong in my installation/configuration Walter Oggioni -------------- next part -------------- An HTML attachment was scrubbed... URL: