summaryrefslogtreecommitdiffstats
path: root/archive.h
AgeCommit message (Expand)AuthorLines
2013-07-15archive: convert to use parse_pathspecNguyễn Thái Ngọc Duy-1/+3
2012-05-03archive: delegate blob reading to backendNguyễn Thái Ngọc Duy-1/+9
2011-06-22upload-archive: allow user to turn off filtersJeff King-1/+2
2011-06-22archive: move file extension format-guessing lowerJeff King-1/+3
2011-06-22archive: pass archiver struct to write_archive callbackJeff King-1/+2
2011-06-22archive: refactor list of archive formatsJeff King-7/+10
2009-04-17archive: do not read .gitattributes in working directoryNguyễn Thái Ngọc Duy-0/+1
2008-07-25archive: declare struct archiver where it's neededRene Scharfe-6/+0
2008-07-25archive: define MAX_ARGS where it's neededRene Scharfe-3/+0
2008-07-25archive: move parameter parsing code to archive.cRene Scharfe-8/+0
2008-07-25archive: add write_archive()Rene Scharfe-0/+1
2008-07-19archive: make zip compression level independent from core gitRené Scharfe-0/+1
2008-07-15archive: remove extra arguments parsing codeRené Scharfe-5/+1
2008-07-15archive: unify file attribute handlingRené Scharfe-3/+0
2008-07-15archive: centralize archive entry writingRené Scharfe-0/+4
2008-07-15archive: add baselen member to struct archiver_argsRené Scharfe-0/+1
2008-07-15archive: remove args member from struct archiverRené Scharfe-4/+1
2008-06-09Teach new attribute 'export-ignore' to git-archiveRené Scharfe-0/+1
2007-09-03archive: specfile support (--pretty=format: in archive files)René Scharfe-0/+3
2006-11-04Remove unsupported C99 style struct initializers in git-archive.v1.4.3.4Shawn O. Pearce-2/+0
2006-09-10Add --verbose to git-archiveJunio C Hamano-0/+1
2006-09-09archive: allow remote to have more formats than we understand.Junio C Hamano-1/+0
2006-09-09git-archive: make compression level of ZIP archives configurableRene Scharfe-0/+1
2006-09-09git-archive: wire up ZIP format.Franck Bui-Huu-0/+1
2006-09-09git-archive: wire up TAR format.Franck Bui-Huu-0/+4
2006-09-09Add git-archiveFranck Bui-Huu-0/+41