Merge branch 'jc/archive-add-file-normalize-mode' into maint
commit9d1304155be0e79b77e1f68bdd4c9a7ac442f0e8
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 Jun 2022 21:27:51 +0000 (8 14:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Jun 2022 21:27:51 +0000 (8 14:27 -0700)
treeb4b66b592efcf1da22ab9b558b939a74c7418d05
parentc47b89cde6e81e03a642186df90ff8b372a5bcdd
parent6a616619679d78e116f775a37094c15e1f824775
Merge branch 'jc/archive-add-file-normalize-mode' into maint

"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).
source: <xmqqmtfme8v6.fsf@gitster.g>

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