summaryrefslogtreecommitdiff
path: root/archive-tar.c
AgeCommit message (Expand)Author
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-09archive-tar: fix a sparse 'constant too large' warningRamsay Jones
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2016-08-12Merge branch 'jk/big-and-future-archive-tar'Junio C Hamano
2016-08-06archive-tar: make write_extended_header() voidRené Scharfe
2016-07-15archive-tar: huge offset and future timestamps would not work on 32-bitJunio C Hamano
2016-07-01archive-tar: drop return valueJeff King
2016-07-01archive-tar: write extended headers for far-future mtimeJeff King
2016-07-01archive-tar: write extended headers for file sizes >= 8GBJeff King
2016-05-26archive-tar: convert snprintf to xsnprintfJeff King
2015-09-25archive-tar: use xsnprintf for trivial formattingJeff King
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2015-09-25archive-tar: fix minor indentation violationJeff King
2014-10-20Revert "archive: honor tar.umask even for pax headers"Junio C Hamano
2014-09-11Merge branch 'rs/child-process-init'Junio C Hamano
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-08-04archive: honor tar.umask even for pax headersbrian m. carlson
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