summaryrefslogtreecommitdiffstats
path: root/archive.h
Commit message (Expand)AuthorAgeFilesLines
* 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 configurationJunio 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.Shawn 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