aboutsummaryrefslogtreecommitdiff
path: root/builtin-tar-tree.c
Commit message (Expand)AuthorAge
* prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-20
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-08
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-08
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano2006-09-24
* git-tar-tree: Move code for git-archive --format=tar to archive-tar.cRene Scharfe2006-09-24
* git-tar-tree: Remove duplicate git_config() callRene Scharfe2006-09-24
* git-tar-tree: devolve git-tar-tree into a wrapper for git-archiveRene Scharfe2006-09-17
* Add --verbose to git-archiveJunio C Hamano2006-09-10
* Use xstrdup instead of strdup in builtin-{tar,zip}-tree.cRene Scharfe2006-09-10
* git-archive: wire up TAR format.Franck Bui-Huu2006-09-09
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* missing 'static' keywordsPierre Habouzit2006-08-23
* Add write_or_die(), a helper functionRene Scharfe2006-08-21
* Axe the last entRene Scharfe2006-08-21
* git-tar-tree: fix minor memory leakRene Scharfe2006-08-04
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* tar-tree: add the "tar.umask" config optionWilly Tarreau2006-07-23
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-24
* git-tar-tree: no more void pointer arithmeticRene Scharfe2006-06-18
* git-tar-tree: Simplify write_trailer()Rene Scharfe2006-06-18
* Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen2006-06-16
* Built-in git-get-tar-commit-idRene Scharfe2006-06-10
* Off-by-one error in get_path_prefix(), found by ValgrindRene Scharfe2006-06-07
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-30
* Merge branch 'jc/tartree' into jc/builtin-n-tar-treeJunio C Hamano2006-05-23
|\
| * built-in tar-tree and remote tar-treeJunio C Hamano2006-05-19
* Builtin git-tar-tree.Peter Eriksen2006-05-23