]> git.ipfire.org Git - thirdparty/git.git/commit
preserve executable bits in zip archives
authorDmitry Potapov <dpotapov@gmail.com>
Sun, 16 Sep 2007 17:07:38 +0000 (21:07 +0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Sep 2007 21:56:55 +0000 (14:56 -0700)
commit76bf8d0e0ad0840395471fd862bd2cdad095345d
tree8906e69e0d0342bc103a89bb28245df53ccea62a
parente3490268120946cfae737ab3a884b082e962209d
preserve executable bits in zip archives

Correct `git-archive --format=zip' command to preserve executable bits in
zip archives.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
archive-zip.c