aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-tar-tree.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-24Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano1-80/+50
2006-09-24git-tar-tree: Move code for git-archive --format=tar to archive-tar.cRene Scharfe1-313/+0
2006-09-24git-tar-tree: Remove duplicate git_config() callRene Scharfe1-2/+0
2006-09-17git-tar-tree: devolve git-tar-tree into a wrapper for git-archiveRene Scharfe1-72/+18
2006-09-10Add --verbose to git-archiveJunio C Hamano1-0/+4
2006-09-10Use xstrdup instead of strdup in builtin-{tar,zip}-tree.cRene Scharfe1-1/+1
2006-09-09git-archive: wire up TAR format.Franck Bui-Huu1-0/+67
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-1/+1
2006-08-23missing 'static' keywordsPierre Habouzit1-1/+1
2006-08-21Add write_or_die(), a helper functionRene Scharfe1-23/+4
2006-08-21Axe the last entRene Scharfe1-1/+1
2006-08-04git-tar-tree: fix minor memory leakRene Scharfe1-2/+4
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-5/+4
2006-07-23tar-tree: add the "tar.umask" config optionWilly Tarreau1-3/+18
2006-06-24Rename safe_strncpy() to strlcpy().Peter Eriksen1-2/+2
2006-06-18git-tar-tree: no more void pointer arithmeticRene Scharfe1-2/+5
2006-06-18git-tar-tree: Simplify write_trailer()Rene Scharfe1-25/+15
2006-06-16Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen1-2/+2
2006-06-10Built-in git-get-tar-commit-idRene Scharfe1-0/+25
2006-06-07Off-by-one error in get_path_prefix(), found by ValgrindRene Scharfe1-1/+2
2006-05-30tree_entry(): new tree-walking helper functionLinus Torvalds1-13/+8
2006-05-23Merge branch 'jc/tartree' into jc/builtin-n-tar-treeJunio C Hamano1-2/+59
2006-05-23Builtin git-tar-tree.Peter Eriksen1-0/+351
2006-05-19built-in tar-tree and remote tar-treeJunio C Hamano1-0/+408