summaryrefslogtreecommitdiff
path: root/builtin-tar-tree.c
AgeCommit message (Expand)Author
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