From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Tue, 29 Jul 2014 08:37:05 +0100 Subject: Fwd: source-filter isn't getting applied In-Reply-To: References: <87a97t89to.fsf@columbia.edu> <20140728223805.GG26927@serenity.lan> Message-ID: <20140729073705.GH26927@serenity.lan> 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, "
", 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.