summaryrefslogtreecommitdiff
path: root/archive.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: reduce includes of cache.h in other headersElijah Newren2023-04-111-1/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* archive: add --mtimeRené Scharfe2023-02-181-0/+1
* archive: rename archiver data field to filter_commandRené Scharfe2022-06-151-1/+1
* archive: expand only a single %(describe) per archiveRené Scharfe2021-03-111-0/+2
* Merge branch 'rs/archive-plug-leak-refname'Junio C Hamano2020-11-251-1/+1
|\
| * archive: release refname after useRené Scharfe2020-11-161-1/+1
* | archive: support compression levels beyond 9René Scharfe2020-11-091-0/+1
|/
* archive: add --add-fileRené Scharfe2020-09-191-0/+2
* archive: read short blobs in archive.c::write_archive_entry()René Scharfe2020-09-191-5/+2
* convert: provide additional metadata to filtersbrian m. carlson2020-03-161-0/+1
* Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano2019-05-131-12/+12
|\
| * *.[ch]: manually align parameter listsDenton Liu2019-05-051-5/+5
| * *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-7/+7
* | archive: convert struct archiver_args to object_idbrian m. carlson2019-04-011-1/+1
|/
* archive: initialize archivers earlierJosh Steadmon2018-10-261-0/+1
* Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-0/+1
|\
| * Add missing includes and forward declarationsElijah Newren2018-08-151-0/+1
* | archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy2018-08-131-3/+13
|/
* archive: convert sha1_file_to_archive to struct object_idbrian m. carlson2018-03-141-4/+4
* archive: convert write_archive_entry_fn_t to object_idbrian m. carlson2018-03-141-1/+1
* timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-1/+1
* archive: read local configurationjc/setup-cleanup-fixJunio C Hamano2016-11-221-1/+1
* archive: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+3
* archive: delegate blob reading to backendNguyễn Thái Ngọc Duy2012-05-031-1/+9
* upload-archive: allow user to turn off filtersJeff King2011-06-221-1/+2
* archive: move file extension format-guessing lowerJeff King2011-06-221-1/+3
* archive: pass archiver struct to write_archive callbackJeff King2011-06-221-1/+2
* archive: refactor list of archive formatsJeff King2011-06-221-7/+10
* archive: do not read .gitattributes in working directoryNguyễn Thái Ngọc Duy2009-04-171-0/+1
* archive: declare struct archiver where it's neededRene Scharfe2008-07-251-6/+0
* archive: define MAX_ARGS where it's neededRene Scharfe2008-07-251-3/+0
* archive: move parameter parsing code to archive.cRene Scharfe2008-07-251-8/+0
* archive: add write_archive()Rene Scharfe2008-07-251-0/+1
* archive: make zip compression level independent from core gitRené Scharfe2008-07-191-0/+1
* archive: remove extra arguments parsing codeRené Scharfe2008-07-151-5/+1
* archive: unify file attribute handlingRené Scharfe2008-07-151-3/+0
* archive: centralize archive entry writingRené Scharfe2008-07-151-0/+4
* archive: add baselen member to struct archiver_argsRené Scharfe2008-07-151-0/+1
* archive: remove args member from struct archiverRené Scharfe2008-07-151-4/+1
* Teach new attribute 'export-ignore' to git-archiveRené Scharfe2008-06-091-0/+1
* archive: specfile support (--pretty=format: in archive files)René Scharfe2007-09-031-0/+3
* Remove unsupported C99 style struct initializers in git-archive.v1.4.3.4Shawn O. Pearce2006-11-041-2/+0
* Add --verbose to git-archiveJunio C Hamano2006-09-101-0/+1
* archive: allow remote to have more formats than we understand.Junio C Hamano2006-09-091-1/+0
* git-archive: make compression level of ZIP archives configurableRene Scharfe2006-09-091-0/+1
* git-archive: wire up ZIP format.Franck Bui-Huu2006-09-091-0/+1
* git-archive: wire up TAR format.Franck Bui-Huu2006-09-091-0/+4
* Add git-archiveFranck Bui-Huu2006-09-091-0/+41