summaryrefslogtreecommitdiff
path: root/builtin-tar-tree.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-10Show usage string for 'git get-tar-commit-id -h'Libravatar Jonathan Nieder1-0/+6
2009-06-27Use die_errno() instead of die() when checking syscallsLibravatar Thomas Rast1-1/+1
2009-04-17archive: do not read .gitattributes in working directoryLibravatar Nguyễn Thái Ngọc Duy1-1/+8
2008-09-15Cosmetical command name fixLibravatar Heikki Orsila1-1/+1
2008-09-15Start conforming code to "git subcmd" style part 3Libravatar Heikki Orsila1-7/+7
2008-08-31'git foo' program identifies itself without dash in die() messagesLibravatar Junio C Hamano1-2/+2
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2007-02-20prefixcmp(): fix-up mechanical conversion.Libravatar Junio C Hamano1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-1/+1
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullLibravatar Andy Whitcroft1-1/+1
2007-01-08short i/o: fix calls to read to use xread or read_in_fullLibravatar Andy Whitcroft1-1/+1
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-1/+0
2006-09-24Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveLibravatar Junio C Hamano1-80/+50
2006-09-24git-tar-tree: Move code for git-archive --format=tar to archive-tar.cLibravatar Rene Scharfe1-313/+0
2006-09-24git-tar-tree: Remove duplicate git_config() callLibravatar Rene Scharfe1-2/+0
2006-09-17git-tar-tree: devolve git-tar-tree into a wrapper for git-archiveLibravatar Rene Scharfe1-72/+18
2006-09-10Add --verbose to git-archiveLibravatar Junio C Hamano1-0/+4
2006-09-10Use xstrdup instead of strdup in builtin-{tar,zip}-tree.cLibravatar Rene Scharfe1-1/+1
2006-09-09git-archive: wire up TAR format.Libravatar Franck Bui-Huu1-0/+67
2006-09-02Replace uses of strdup with xstrdup.Libravatar Shawn Pearce1-1/+1
2006-08-23missing 'static' keywordsLibravatar Pierre Habouzit1-1/+1
2006-08-21Add write_or_die(), a helper functionLibravatar Rene Scharfe1-23/+4
2006-08-21Axe the last entLibravatar Rene Scharfe1-1/+1
2006-08-04git-tar-tree: fix minor memory leakLibravatar Rene Scharfe1-2/+4
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds1-5/+4
2006-07-23tar-tree: add the "tar.umask" config optionLibravatar Willy Tarreau1-3/+18
2006-06-24Rename safe_strncpy() to strlcpy().Libravatar Peter Eriksen1-2/+2
2006-06-18git-tar-tree: no more void pointer arithmeticLibravatar Rene Scharfe1-2/+5
2006-06-18git-tar-tree: Simplify write_trailer()Libravatar Rene Scharfe1-25/+15
2006-06-16Implement safe_strncpy() as strlcpy() and use it more.Libravatar Peter Eriksen1-2/+2
2006-06-10Built-in git-get-tar-commit-idLibravatar Rene Scharfe1-0/+25
2006-06-07Off-by-one error in get_path_prefix(), found by ValgrindLibravatar Rene Scharfe1-1/+2
2006-05-30tree_entry(): new tree-walking helper functionLibravatar Linus Torvalds1-13/+8
2006-05-23Merge branch 'jc/tartree' into jc/builtin-n-tar-treeLibravatar Junio C Hamano1-2/+59
2006-05-23Builtin git-tar-tree.Libravatar Peter Eriksen1-0/+351
2006-05-19built-in tar-tree and remote tar-treeLibravatar Junio C Hamano1-0/+408