Re: Today's 'master' leaves .idx/.pack in 0400

From: Junio C Hamano
Date: Sun Apr 22 2007 - 14:27:47 EST


Nicolas Pitre <nico@xxxxxxx> writes:

> On Sun, 22 Apr 2007, Junio C Hamano wrote:
>
>> With recent glibc, mkstemp() creates 0400 file. Updated
>> pack-objects uses it in pack/idx writing without fixing this,
>> hence this problem.
>
> Oops. I guess I'm guilty for this. I didn't bother looking at the
> permission on the pack for git-pack-objects since git-repack seemed to
> take care of that. But it only _remove_ write permissions.

Ok, then probably we can change the 0444 in my "quickfix" patch
to 0644. That should also let the 5300 test pass.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/