You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
archive: replace write_or_die() calls with write_block_or_die()
MinGit for Windows comes without `gzip` bundled inside,
git-archive uses `gzip -cn` to compress tar files but
for this to work, gzip needs to be present on the host
system, which sometimes is not the case
In the next commit, we will change the gzip compression
so that we no longer spawn `gzip` but let zlib perform
the compression in the same process
In preparation for this, we consolidate all the block
writes into a single function
Closes: #1970
Signed-off-by: Rohit Ashiwal <[email protected]>
0 commit comments