aboutsummaryrefslogtreecommitdiffstats
path: root/archive.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-26archive.h: remove unnecessary includeElijah Newren1-1/+0
2023-04-11treewide: reduce includes of cache.h in other headersElijah Newren1-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-02-18archive: add --mtimeRené Scharfe1-0/+1
2022-06-15archive: rename archiver data field to filter_commandRené Scharfe1-1/+1
2021-03-11archive: expand only a single %(describe) per archiveRené Scharfe1-0/+2
2020-11-25Merge branch 'rs/archive-plug-leak-refname'Junio C Hamano1-1/+1
2020-11-16archive: release refname after useRené Scharfe1-1/+1
2020-11-09archive: support compression levels beyond 9René Scharfe1-0/+1
2020-09-19archive: add --add-fileRené Scharfe1-0/+2
2020-09-19archive: read short blobs in archive.c::write_archive_entry()René Scharfe1-5/+2
2020-03-16convert: provide additional metadata to filtersbrian m. carlson1-0/+1
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano1-12/+12
2019-05-05*.[ch]: manually align parameter listsDenton Liu1-5/+5
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-7/+7
2019-04-01archive: convert struct archiver_args to object_idbrian m. carlson1-1/+1
2018-10-26archive: initialize archivers earlierJosh Steadmon1-0/+1
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano1-0/+1
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+1
2018-08-13archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy1-3/+13
2018-03-14archive: convert sha1_file_to_archive to struct object_idbrian m. carlson1-4/+4
2018-03-14archive: convert write_archive_entry_fn_t to object_idbrian m. carlson1-1/+1
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin1-1/+1
2016-11-22archive: read local configurationJunio C Hamano1-1/+1
2013-07-15archive: convert to use parse_pathspecNguyễn Thái Ngọc Duy1-1/+3
2012-05-03archive: delegate blob reading to backendNguyễn Thái Ngọc Duy1-1/+9
2011-06-22upload-archive: allow user to turn off filtersJeff King1-1/+2
2011-06-22archive: move file extension format-guessing lowerJeff King1-1/+3
2011-06-22archive: pass archiver struct to write_archive callbackJeff King1-1/+2
2011-06-22archive: refactor list of archive formatsJeff King1-7/+10
2009-04-17archive: do not read .gitattributes in working directoryNguyễn Thái Ngọc Duy1-0/+1
2008-07-25archive: declare struct archiver where it's neededRene Scharfe1-6/+0
2008-07-25archive: define MAX_ARGS where it's neededRene Scharfe1-3/+0
2008-07-25archive: move parameter parsing code to archive.cRene Scharfe1-8/+0
2008-07-25archive: add write_archive()Rene Scharfe1-0/+1
2008-07-19archive: make zip compression level independent from core gitRené Scharfe1-0/+1
2008-07-15archive: remove extra arguments parsing codeRené Scharfe1-5/+1
2008-07-15archive: unify file attribute handlingRené Scharfe1-3/+0
2008-07-15archive: centralize archive entry writingRené Scharfe1-0/+4
2008-07-15archive: add baselen member to struct archiver_argsRené Scharfe1-0/+1
2008-07-15archive: remove args member from struct archiverRené Scharfe1-4/+1
2008-06-09Teach new attribute 'export-ignore' to git-archiveRené Scharfe1-0/+1
2007-09-03archive: specfile support (--pretty=format: in archive files)René Scharfe1-0/+3
2006-11-04Remove unsupported C99 style struct initializers in git-archive.v1.4.3.4Shawn O. Pearce1-2/+0
2006-09-10Add --verbose to git-archiveJunio C Hamano1-0/+1
2006-09-09archive: allow remote to have more formats than we understand.Junio C Hamano1-1/+0
2006-09-09git-archive: make compression level of ZIP archives configurableRene Scharfe1-0/+1
2006-09-09git-archive: wire up ZIP format.Franck Bui-Huu1-0/+1
2006-09-09git-archive: wire up TAR format.Franck Bui-Huu1-0/+4
2006-09-09Add git-archiveFranck Bui-Huu1-0/+41