summaryrefslogtreecommitdiff
path: root/mktree.c
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated dashed git commands in usageAlexander Potashev2009-02-041-1/+1
* Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska2009-01-261-0/+3
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-4/+2
* Rework unquote_c_style to work on a strbuf.Pierre Habouzit2007-09-201-11/+14
* Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit2007-09-181-2/+2
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-161-1/+0
* Strbuf API extensions and fixes.Pierre Habouzit2007-09-101-3/+2
* mktree: Simplify write_tree() using strbuf APIPierre Habouzit2007-09-061-15/+8
* Rework strbuf API and semantics.Pierre Habouzit2007-09-061-3/+1
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-4/+5
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-2/+2
* remove unnecessary initializationsDavid Rientjes2006-08-151-1/+0
* Fixup command names in some usage strings.Ramsay Allan Jones2006-08-031-1/+1
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-1/+2
* git-mktree: reverse of git-ls-tree.Junio C Hamano2006-02-211-0/+137