summaryrefslogtreecommitdiff
path: root/mktree.c
AgeCommit message (Expand)Author
2007-09-21Rework unquote_c_style to work on a strbuf.Pierre Habouzit
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit
2007-09-07mktree: Simplify write_tree() using strbuf APIPierre Habouzit
2007-09-07Rework strbuf API and semantics.Pierre Habouzit
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-04Fixup command names in some usage strings.Ramsay Allan Jones
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2006-02-21git-mktree: reverse of git-ls-tree.Junio C Hamano