aboutsummaryrefslogtreecommitdiff
path: root/mktree.c
Commit message (Expand)AuthorAge
* Rework unquote_c_style to work on a strbuf.Pierre Habouzit2007-09-20
* Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit2007-09-18
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-16
* Strbuf API extensions and fixes.Pierre Habouzit2007-09-10
* mktree: Simplify write_tree() using strbuf APIPierre Habouzit2007-09-06
* Rework strbuf API and semantics.Pierre Habouzit2007-09-06
* convert object type handling from a string to a numberNicolas Pitre2007-02-27
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* remove unnecessary initializationsDavid Rientjes2006-08-15
* Fixup command names in some usage strings.Ramsay Allan Jones2006-08-03
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-04
* git-mktree: reverse of git-ls-tree.Junio C Hamano2006-02-21