aboutsummaryrefslogtreecommitdiffstats
path: root/unpack-file.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-22make "git unpack-file" a built-inLinus Torvalds1-41/+0
2009-11-10Show usage string for 'git unpack-file -h'Jonathan Nieder1-1/+1
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast1-1/+1
2009-02-04Replace deprecated dashed git commands in usageAlexander Potashev1-1/+1
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska1-0/+3
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2007-08-14Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino1-3/+1
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-3/+3
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft1-1/+1
2006-05-08Separate object name errors from usage errorsDmitry V. Levin1-1/+3
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen1-1/+2
2006-03-23sha1_name: warning ambiguous refs.Junio C Hamano1-0/+1
2005-11-28Make the rest of commands work from a subdirectory.Junio C Hamano1-0/+2
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov1-1/+1
2005-05-01Add "get_sha1()" helper function.Linus Torvalds1-1/+1
2005-04-18Add "unpack-file" helper that unpacks a sha1 blob into a tmpfile.Linus Torvalds1-0/+34