... like it is done everywhere else. Signed-off-by: Nicolas Pitre <nico@xxxxxxx> --- diff --git a/sha1_file.c b/sha1_file.c index 940bab5..0897b94 100644 --- a/sha1_file.c +++ b/sha1_file.c @@ -2154,6 +2154,7 @@ int write_sha1_from_fd(const unsigned char *sha1, int fd, char *buffer, } while (1); inflateEnd(&stream); + fchmod(local, 0444); close(local); SHA1_Final(real_sha1, &c); if (ret != Z_STREAM_END) { - 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