aboutsummaryrefslogtreecommitdiffstats
path: root/mktree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-10build-in git-mktreeJunio C Hamano1-131/+0
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-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-4/+2
2007-09-20Rework unquote_c_style to work on a strbuf.Pierre Habouzit1-11/+14
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit1-2/+2
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit1-1/+0
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit1-3/+2
2007-09-06mktree: Simplify write_tree() using strbuf APIPierre Habouzit1-15/+8
2007-09-06Rework strbuf API and semantics.Pierre Habouzit1-3/+1
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-4/+5
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-2/+2
2006-08-15remove unnecessary initializationsDavid Rientjes1-1/+0
2006-08-03Fixup command names in some usage strings.Ramsay Allan Jones1-1/+1
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen1-1/+2
2006-02-21git-mktree: reverse of git-ls-tree.Junio C Hamano1-0/+137