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