зеркало из https://github.com/microsoft/git.git
Merge branch 'jc/archive-add-file-normalize-mode'
"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
This commit is contained in:
Коммит
6cd6906160
|
@ -342,7 +342,7 @@ int write_archive_entries(struct archiver_args *args,
|
|||
else
|
||||
err = write_entry(args, &fake_oid, path_in_archive.buf,
|
||||
path_in_archive.len,
|
||||
info->stat.st_mode,
|
||||
canon_mode(info->stat.st_mode),
|
||||
content.buf, content.len);
|
||||
if (err)
|
||||
break;
|
||||
|
|
Загрузка…
Ссылка в новой задаче