Fwd: source-filter isn't getting applied
John Keeping
john at keeping.me.uk
Tue Jul 29 09:37:05 CEST 2014
On Mon, Jul 28, 2014 at 11:59:10PM -0400, Nik Nyby wrote:
> The permissions on the script files are set to be executable by everyone:
> -rwxr-xr-x
>
> Thanks for the strace idea. I'm looking through the strace, but I haven't
> seen any helpful mention of the filter scripts yet. I've attached an
> abridged version of my strace with the middle of the file taken out. I
> don't know if this is helpful or not. I'll let you know if I solve the
> problem.
If CGit was going to open a filter, it would do so after this line:
write(1, "<td class='lines'><pre><code>", 29) = 29
So it looks like something in the configuration isn't being read
correctly, but I think you snipped the strace log before we could see
which config file it reads.
More information about the CGit
mailing list