aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-tar-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-103/+0
2009-11-10Show usage string for 'git get-tar-commit-id -h'Jonathan Nieder1-0/+6
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast1-1/+1
2009-04-17archive: do not read .gitattributes in working directoryNguyễn Thái Ngọc Duy1-1/+8
2008-09-15Cosmetical command name fixHeikki Orsila1-1/+1
2008-09-15Start conforming code to "git subcmd" style part 3Heikki Orsila1-7/+7
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano1-2/+2
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2007-02-20prefixcmp(): fix-up mechanical conversion.Junio C Hamano1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-1/+1
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft1-1/+1
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft1-1/+1
2006-12-20simplify inclusion of system header files.Junio C Hamano1-1/+0
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