Set permissions of each new file before "cvs add"ing it.
authorJim Meyering <jim@meyering.net>
Mon, 4 Dec 2006 07:44:08 +0000 (08:44 +0100)
committerJunio C Hamano <junkio@cox.net>
Mon, 4 Dec 2006 21:34:45 +0000 (13:34 -0800)
Otherwise, an executable script in git would end up being
checked into the CVS repository without the execute bit.

[jc: with an additional test script from Robin Rosenberg.]

Signed-off-by: Jim Meyering <jim@meyering.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found