50 Commits (1a5fccc0c26b4a8abafd85a73558022e65f6f8cf)

Author SHA1 Message Date
René Scharfe 88329ca809 archive-zip: support more than 65535 entries 10 years ago
René Scharfe 0f747f9d37 archive-zip: use a local variable to store the creator version 10 years ago
brian m. carlson aeecdcd4c1 zip: use GIT_SHA1_HEXSZ for trailers 10 years ago
René Scharfe 9a6f1287fb zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} 10 years ago
René Scharfe 4aff646d17 archive-zip: mark text files in archives 10 years ago
Stefan Beller be706c6f4f archive-zip:write_zip_entry: Remove second reset of size variable to zero. 12 years ago
René Scharfe c3c2e1a09b archive-zip: use deflateInit2() to ask for raw compressed data 12 years ago
René Scharfe d3c1472fe3 archive-zip: fix compressed size for stored export-subst files 12 years ago
René Scharfe 5ea2c847c5 archive-zip: write uncompressed size into header even with streaming 12 years ago
René Scharfe 227bf59806 archive-zip: write extended timestamp 12 years ago
René Scharfe 88182bab00 archive-zip: support UTF-8 paths 12 years ago
Junio C Hamano bb52d22ebb Revert "archive-zip: support UTF-8 paths" 12 years ago
René Scharfe 2162bd8cc4 archive-zip: support UTF-8 paths 13 years ago
René Scharfe c743c21591 archive-zip: streaming for deflated files 13 years ago
René Scharfe 2158f883d9 archive-zip: streaming for stored files 13 years ago
René Scharfe ebf5374afa archive-zip: factor out helpers for writing sizes and CRC 13 years ago
René Scharfe 60df6bd19a archive-zip: remove uncompressed_size 13 years ago
Nguyễn Thái Ngọc Duy 9cb513b798 archive: delegate blob reading to backend 13 years ago
Jeff King 7b97730b76 upload-archive: allow user to turn off filters 14 years ago
Jeff King 4d7c989863 archive: pass archiver struct to write_archive callback 14 years ago
Jeff King 13e0f88d4a archive: refactor list of archive formats 14 years ago
Junio C Hamano ef49a7a012 zlib: zlib can only process 4GB at a time 14 years ago
Junio C Hamano 225a6f1068 zlib: wrap deflateBound() too 14 years ago
Junio C Hamano 55bb5c9147 zlib: wrap deflate side of the API 14 years ago
René Scharfe 8575ea559e archive: remove unused headers 17 years ago
René Scharfe 3a176c6cde archive: make zip compression level independent from core git 17 years ago
René Scharfe 489e351ea0 archive: remove extra arguments parsing code 17 years ago
René Scharfe 562e25abea archive: centralize archive entry writing 17 years ago
René Scharfe d53fe8187c archive: add baselen member to struct archiver_args 17 years ago
René Scharfe 671f070721 add context pointer to read_tree_recursive() 17 years ago
René Scharfe 008d896df5 Teach new attribute 'export-ignore' to git-archive 17 years ago
René Scharfe ac7fa2776c git-archive: ignore prefix when checking file attribute 17 years ago
Dmitry Potapov 76bf8d0e0a preserve executable bits in zip archives 18 years ago
René Scharfe 8460b2fcd4 archive: specfile support (--pretty=format: in archive files) 18 years ago
Martin Waitz 302b9282c9 rename dirlink to gitlink. 18 years ago
René Scharfe 5e6cfc80e2 git-archive: convert archive entries like checkouts do 18 years ago
Lars Hjemli 02851e0b9e git-archive: don't die when repository uses subprojects 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
René Scharfe 0ea865ce7a archive-zip: don't use sizeof(struct ...) 18 years ago
Rene Scharfe 38f4d138ee sparse fix: Using plain integer as NULL pointer 18 years ago
Rene Scharfe 62cdce17c5 git-archive --format=zip: add symlink support 19 years ago
Rene Scharfe cf72fb07b7 git-archive --format=zip: use default version ID 19 years ago
Rene Scharfe 3fc8284e21 Rename builtin-zip-tree.c to archive-zip.c 19 years ago
Rene Scharfe 31756c5da8 Remove git-zip-tree 19 years ago
Junio C Hamano e0ffb24877 Add --verbose to git-archive 19 years ago
Rene Scharfe 326711c168 Use xstrdup instead of strdup in builtin-{tar,zip}-tree.c 19 years ago
Rene Scharfe 854c4168e7 git-archive: make compression level of ZIP archives configurable 19 years ago
Franck Bui-Huu ec06bff5e6 git-archive: wire up ZIP format. 19 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 19 years ago