34 Commits (353d3d77f4fdd1582e3b60824deebca27c7b2790)

Author SHA1 Message Date
Josh Steadmon 00436bf1b1 archive: initialize archivers earlier 6 years ago
Elijah Newren ef3ca95475 Add missing includes and forward declarations 6 years ago
Nguyễn Thái Ngọc Duy b612ee202a archive.c: avoid access to the_index 6 years ago
brian m. carlson e5ec981a4b archive: convert sha1_file_to_archive to struct object_id 7 years ago
brian m. carlson 015ff4f822 archive: convert write_archive_entry_fn_t to object_id 7 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Junio C Hamano eb0224c617 archive: read local configuration 8 years ago
Nguyễn Thái Ngọc Duy f3e743a0d9 archive: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 9cb513b798 archive: delegate blob reading to backend 13 years ago
Jeff King ee27ca4a78 archive: don't let remote clients get unreachable commits 13 years ago
Jeff King 7b97730b76 upload-archive: allow user to turn off filters 14 years ago
Jeff King 56baa61d01 archive: move file extension format-guessing lower 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
Nguyễn Thái Ngọc Duy ba053ea96c archive: do not read .gitattributes in working directory 16 years ago
Rene Scharfe f15f736d38 archive: declare struct archiver where it's needed 17 years ago
Rene Scharfe 7f4d0511af archive: define MAX_ARGS where it's needed 17 years ago
Rene Scharfe c088543553 archive: move parameter parsing code to archive.c 17 years ago
Rene Scharfe 6e94e6835f archive: add write_archive() 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 1d11d5bb85 archive: unify file attribute handling 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 34533004b2 archive: remove args member from struct archiver 17 years ago
René Scharfe 008d896df5 Teach new attribute 'export-ignore' to git-archive 17 years ago
René Scharfe 8460b2fcd4 archive: specfile support (--pretty=format: in archive files) 18 years ago
Shawn O. Pearce 6c2f207b23 Remove unsupported C99 style struct initializers in git-archive. 18 years ago
Junio C Hamano e0ffb24877 Add --verbose to git-archive 19 years ago
Junio C Hamano 37f944363d archive: allow remote to have more formats than we understand. 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
Franck Bui-Huu efd8696cd7 git-archive: wire up TAR format. 19 years ago
Franck Bui-Huu 4df096a5ca Add git-archive 19 years ago