30 Commits (920b691fe4da8115f9b79901411c0cc5fff17efe)

Author SHA1 Message Date
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. 17 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 17 years ago
Pierre Habouzit f1696ee398 Strbuf API extensions and fixes. 17 years ago
Pierre Habouzit 7a604f16b7 Simplify strbuf uses in archive-tar.c using strbuf API 17 years ago
Pierre Habouzit b449f4cfc9 Rework strbuf API and semantics. 17 years ago
René Scharfe 8460b2fcd4 archive: specfile support (--pretty=format: in archive files) 17 years ago
Martin Waitz 302b9282c9 rename dirlink to gitlink. 18 years ago
René Scharfe 5e6cfc80e2 git-archive: convert archive entries like checkouts do 18 years ago
Lars Hjemli 02851e0b9e git-archive: don't die when repository uses subprojects 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
René Scharfe f08b3b0e2e Set default "tar" umask to 002 and owner.group to root.root 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Rene Scharfe 3d74982f0b git-tar-tree: Move code for git-archive --format=tar to archive-tar.c 18 years ago
Rene Scharfe 81b84c42d6 git-tar-tree: Remove duplicate git_config() call 18 years ago
Rene Scharfe 87af29f09f git-tar-tree: devolve git-tar-tree into a wrapper for git-archive 18 years ago
Junio C Hamano e0ffb24877 Add --verbose to git-archive 18 years ago
Rene Scharfe 326711c168 Use xstrdup instead of strdup in builtin-{tar,zip}-tree.c 18 years ago
Franck Bui-Huu efd8696cd7 git-archive: wire up TAR format. 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Pierre Habouzit b5bf7cd6b7 missing 'static' keywords 18 years ago
Rene Scharfe 7230e6d042 Add write_or_die(), a helper function 18 years ago
Rene Scharfe 3f0073a2fa Axe the last ent 18 years ago
Rene Scharfe 7e18e56920 git-tar-tree: fix minor memory leak 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Willy Tarreau ce1a79b6a7 tar-tree: add the "tar.umask" config option 19 years ago
Peter Eriksen 817151e61a Rename safe_strncpy() to strlcpy(). 19 years ago
Rene Scharfe 6698060c15 git-tar-tree: no more void pointer arithmetic 19 years ago
Rene Scharfe 37958be792 git-tar-tree: Simplify write_trailer() 19 years ago
Peter Eriksen bfbd0bb6ec Implement safe_strncpy() as strlcpy() and use it more. 19 years ago
Rene Scharfe 52ba03cbb1 Built-in git-get-tar-commit-id 19 years ago
Rene Scharfe 17cf250aff Off-by-one error in get_path_prefix(), found by Valgrind 19 years ago
Linus Torvalds 4c068a9831 tree_entry(): new tree-walking helper function 19 years ago
Peter Eriksen 56d1398ad3 Builtin git-tar-tree. 19 years ago
Junio C Hamano 217542640e built-in tar-tree and remote tar-tree 19 years ago