aboutsummaryrefslogtreecommitdiffstats
path: root/archive-tar.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-23archive-tar: use parse_config_key when parsing configJeff King1-9/+1
2013-01-10Merge branch 'rs/leave-base-name-in-name-field-of-tar'Junio C Hamano1-0/+2
2013-01-05archive-tar: split long paths more carefullyRené Scharfe1-0/+2
2012-06-13archive: ustar header checksum is computed unsignedJunio C Hamano1-3/+3
2012-05-23Merge branch 'rs/archive-tree-in-tip-simplify'Junio C Hamano1-2/+2
2012-05-18archive-tar: keep const in checksum calculationRené Scharfe1-2/+2
2012-05-03archive-tar: stream large blobs to tar fileNguyễn Thái Ngọc Duy1-5/+51
2012-05-03archive: delegate blob reading to backendNguyễn Thái Ngọc Duy1-4/+21
2012-05-03archive-tar: unindent write_tar_entry by one levelNguyễn Thái Ngọc Duy1-31/+25
2012-05-03archive-tar: turn write_tar_entry into blob-writing onlyNguyễn Thái Ngọc Duy1-26/+52
2011-06-22upload-archive: allow user to turn off filtersJeff King1-1/+10
2011-06-22archive: provide builtin .tar.gz filterJeff King1-0/+2
2011-06-22archive: implement configurable tar filtersJeff King1-1/+106
2011-06-22archive: pass archiver struct to write_archive callbackJeff King1-1/+2
2011-06-22archive: refactor list of archive formatsJeff King1-3/+13
2011-06-22archive-tar: don't reload default config optionsJeff King1-1/+1
2009-05-08archive-tar.c: squelch a type mismatch warningJunio C Hamano1-1/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-4/+2
2008-07-19archive: remove unused headersRené Scharfe1-2/+0
2008-07-15archive: centralize archive entry writingRené Scharfe1-79/+37
2008-07-15archive: add baselen member to struct archiver_argsRené Scharfe1-5/+3
2008-07-15add context pointer to read_tree_recursive()René Scharfe1-5/+6
2008-06-09Teach new attribute 'export-ignore' to git-archiveRené Scharfe1-0/+2
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-3/+3
2008-04-10git-archive: ignore prefix when checking file attributeRené Scharfe1-2/+4
2008-02-11archive-tar.c: guard config parser from value=NULLJunio C Hamano1-1/+1
2007-09-20Fix the expansion pattern of the pseudo-static path buffer.Pierre Habouzit1-3/+2
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit1-1/+0
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit1-2/+2
2007-09-10Merge branch 'master' into ph/strbufJunio C Hamano1-1/+4
2007-09-06Simplify strbuf uses in archive-tar.c using strbuf APIPierre Habouzit1-49/+16
2007-09-06Rework strbuf API and semantics.Pierre Habouzit1-1/+1
2007-09-03archive: specfile support (--pretty=format: in archive files)René Scharfe1-1/+4
2007-05-21rename dirlink to gitlink.Martin Waitz1-2/+2
2007-05-18git-archive: convert archive entries like checkouts doRené Scharfe1-7/+9
2007-05-12git-archive: don't die when repository uses subprojectsLars Hjemli1-2/+2
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-2/+2
2007-01-06Set default "tar" umask to 002 and owner.group to root.rootRené Scharfe1-4/+3
2006-12-20simplify inclusion of system header files.Junio C Hamano1-1/+0
2006-09-24git-tar-tree: Move code for git-archive --format=tar to archive-tar.cRene Scharfe1-0/+325