71 Commits (a5e14ea1397f933ab188b2afd6685974044be88d)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy b67b55127c archive-*.c: use the right repository 6 years ago
Nguyễn Thái Ngọc Duy d0482e697c archive-tar.c: mark more strings for translation 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
brian m. carlson ef7b5195f1 streaming: convert open_istream to use struct object_id 7 years ago
brian m. carlson e5ec981a4b archive: convert sha1_file_to_archive to struct object_id 7 years ago
brian m. carlson 015ff4f822 archive: convert write_archive_entry_fn_t to object_id 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Ramsay Jones 3f789719a6 archive-tar: fix a sparse 'constant too large' warning 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
René Scharfe 560b0e8f52 archive-tar: make write_extended_header() void 9 years ago
Junio C Hamano 29493589e9 archive-tar: huge offset and future timestamps would not work on 32-bit 9 years ago
Jeff King 5caeeb83bc archive-tar: drop return value 9 years ago
Jeff King 6e8e0991e5 archive-tar: write extended headers for far-future mtime 9 years ago
Jeff King d1657b570a archive-tar: write extended headers for file sizes >= 8GB 9 years ago
Jeff King 9e6c1e91a3 archive-tar: convert snprintf to xsnprintf 9 years ago
Jeff King f2f0267529 archive-tar: use xsnprintf for trivial formatting 9 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 9 years ago
Jeff King 108332c7a0 archive-tar: fix minor indentation violation 9 years ago
Junio C Hamano 15c6ef7b06 Revert "archive: honor tar.umask even for pax headers" 10 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
brian m. carlson 10f343ea81 archive: honor tar.umask even for pax headers 11 years ago
Jeff King 785a042981 archive-tar: use parse_config_key when parsing config 12 years ago
René Scharfe 22f0dcd963 archive-tar: split long paths more carefully 12 years ago
Junio C Hamano a5a46eb90f archive: ustar header checksum is computed unsigned 13 years ago
René Scharfe bf38245be8 archive-tar: keep const in checksum calculation 13 years ago
Nguyễn Thái Ngọc Duy 5544049def archive-tar: stream large blobs to tar file 13 years ago
Nguyễn Thái Ngọc Duy 9cb513b798 archive: delegate blob reading to backend 13 years ago
Nguyễn Thái Ngọc Duy 853907097a archive-tar: unindent write_tar_entry by one level 13 years ago
Nguyễn Thái Ngọc Duy d240d41021 archive-tar: turn write_tar_entry into blob-writing only 13 years ago
Jeff King 7b97730b76 upload-archive: allow user to turn off filters 14 years ago
Jeff King 0e804e0993 archive: provide builtin .tar.gz filter 14 years ago
Jeff King 767cf4579f archive: implement configurable tar filters 14 years ago
Jeff King 4d7c989863 archive: pass archiver struct to write_archive callback 14 years ago
Jeff King 13e0f88d4a archive: refactor list of archive formats 14 years ago
Jeff King 40e7629194 archive-tar: don't reload default config options 14 years ago
Junio C Hamano 3e1629f5a6 archive-tar.c: squelch a type mismatch warning 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
René Scharfe 8575ea559e archive: remove unused headers 17 years ago
René Scharfe 562e25abea archive: centralize archive entry writing 17 years ago
René Scharfe d53fe8187c archive: add baselen member to struct archiver_args 17 years ago
René Scharfe 671f070721 add context pointer to read_tree_recursive() 17 years ago
René Scharfe 008d896df5 Teach new attribute 'export-ignore' to git-archive 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
René Scharfe ac7fa2776c git-archive: ignore prefix when checking file attribute 17 years ago
Junio C Hamano cc1816b0d6 archive-tar.c: guard config parser from value=NULL 17 years ago
Pierre Habouzit e03e05ff73 Fix the expansion pattern of the pseudo-static path buffer. 18 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 18 years ago