summaryrefslogtreecommitdiff
path: root/builtin-tar-tree.c
Commit message (Expand)AuthorAgeFilesLines
* prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-201-1/+1
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-1/+1
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-081-1/+1
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-081-1/+1
* simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+0
* Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano2006-09-241-80/+50
* git-tar-tree: Move code for git-archive --format=tar to archive-tar.cRene Scharfe2006-09-241-313/+0
* git-tar-tree: Remove duplicate git_config() callRene Scharfe2006-09-241-2/+0
* git-tar-tree: devolve git-tar-tree into a wrapper for git-archiveRene Scharfe2006-09-171-72/+18
* Add --verbose to git-archiveJunio C Hamano2006-09-101-0/+4
* Use xstrdup instead of strdup in builtin-{tar,zip}-tree.cRene Scharfe2006-09-101-1/+1
* git-archive: wire up TAR format.Franck Bui-Huu2006-09-091-0/+67
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-1/+1
* missing 'static' keywordsPierre Habouzit2006-08-231-1/+1
* Add write_or_die(), a helper functionRene Scharfe2006-08-211-23/+4
* Axe the last entRene Scharfe2006-08-211-1/+1
* git-tar-tree: fix minor memory leakRene Scharfe2006-08-041-2/+4
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-5/+4
* tar-tree: add the "tar.umask" config optionWilly Tarreau2006-07-231-3/+18
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-241-2/+2
* git-tar-tree: no more void pointer arithmeticRene Scharfe2006-06-181-2/+5
* git-tar-tree: Simplify write_trailer()Rene Scharfe2006-06-181-25/+15
* Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen2006-06-161-2/+2
* Built-in git-get-tar-commit-idRene Scharfe2006-06-101-0/+25
* Off-by-one error in get_path_prefix(), found by ValgrindRene Scharfe2006-06-071-1/+2
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-301-13/+8
* Merge branch 'jc/tartree' into jc/builtin-n-tar-treeJunio C Hamano2006-05-231-2/+59
|\
| * built-in tar-tree and remote tar-treeJunio C Hamano2006-05-191-0/+408
* Builtin git-tar-tree.Peter Eriksen2006-05-231-0/+351