]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/archive-add-file-normalize-mode'
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 May 2022 21:39:54 +0000 (14:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 May 2022 21:39:55 +0000 (14:39 -0700)
"git archive --add-file=<path>" picked up the raw permission bits
from the path and propagated to zip output in some cases, without
normalization, which has been corrected (tar output did not have
this issue).

* jc/archive-add-file-normalize-mode:
  archive: do not let on-disk mode leak to zip archives

1  2 
archive.c

diff --cc archive.c
Simple merge