summaryrefslogtreecommitdiff
path: root/mktree.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-20Rework unquote_c_style to work on a strbuf.Libravatar Pierre Habouzit1-11/+14
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Libravatar Pierre Habouzit1-2/+2
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Libravatar Pierre Habouzit1-1/+0
2007-09-10Strbuf API extensions and fixes.Libravatar Pierre Habouzit1-3/+2
2007-09-06mktree: Simplify write_tree() using strbuf APILibravatar Pierre Habouzit1-15/+8
2007-09-06Rework strbuf API and semantics.Libravatar Pierre Habouzit1-3/+1
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-4/+5
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Libravatar Shawn Pearce1-2/+2
2006-08-15remove unnecessary initializationsLibravatar David Rientjes1-1/+0
2006-08-03Fixup command names in some usage strings.Libravatar Ramsay Allan Jones1-1/+1
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Libravatar Peter Eriksen1-1/+2
2006-02-21git-mktree: reverse of git-ls-tree.Libravatar Junio C Hamano1-0/+137