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