summaryrefslogtreecommitdiff
path: root/archive.h
AgeCommit message (Expand)Author
2018-10-26archive: initialize archivers earlierJosh Steadmon
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-08-13archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy
2018-03-14archive: convert sha1_file_to_archive to struct object_idbrian m. carlson
2018-03-14archive: convert write_archive_entry_fn_t to object_idbrian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2016-11-22archive: read local configurationJunio C Hamano
2013-07-15archive: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2012-05-03archive: delegate blob reading to backendNguyễn Thái Ngọc Duy
2011-06-22upload-archive: allow user to turn off filtersJeff King
2011-06-22archive: move file extension format-guessing lowerJeff King
2011-06-22archive: pass archiver struct to write_archive callbackJeff King
2011-06-22archive: refactor list of archive formatsJeff King
2009-04-18archive: do not read .gitattributes in working directoryNguyễn Thái Ngọc Duy
2008-07-26archive: declare struct archiver where it's neededRene Scharfe
2008-07-26archive: define MAX_ARGS where it's neededRene Scharfe
2008-07-26archive: move parameter parsing code to archive.cRene Scharfe
2008-07-26archive: add write_archive()Rene Scharfe
2008-07-19archive: make zip compression level independent from core gitRené Scharfe
2008-07-15archive: remove extra arguments parsing codeRené Scharfe
2008-07-15archive: unify file attribute handlingRené Scharfe
2008-07-15archive: centralize archive entry writingRené Scharfe
2008-07-15archive: add baselen member to struct archiver_argsRené Scharfe
2008-07-15archive: remove args member from struct archiverRené Scharfe
2008-06-09Teach new attribute 'export-ignore' to git-archiveRené Scharfe
2007-09-03archive: specfile support (--pretty=format: in archive files)René Scharfe
2006-11-05Remove unsupported C99 style struct initializers in git-archive.v1.4.3.4Shawn O. Pearce
2006-09-10Add --verbose to git-archiveJunio C Hamano
2006-09-10archive: allow remote to have more formats than we understand.Junio C Hamano
2006-09-09git-archive: make compression level of ZIP archives configurableRene Scharfe
2006-09-09git-archive: wire up ZIP format.Franck Bui-Huu
2006-09-09git-archive: wire up TAR format.Franck Bui-Huu
2006-09-09Add git-archiveFranck Bui-Huu