summaryrefslogtreecommitdiffstats
path: root/cache-tree.c
AgeCommit message (Expand)AuthorLines
2008-07-16cache-tree.c: make cache_tree_find() staticNanako Shiraishi-1/+1
2008-04-24Merge branch 'maint-1.5.4' into maintJunio C Hamano-2/+5
2008-04-23write-tree: properly detect failure to write tree objectsJunio C Hamano-2/+5
2008-02-11Merge branch 'jc/error-message-in-cherry-pick'Junio C Hamano-0/+55
2008-02-05Make error messages from cherry-pick/revert more sensibleJunio C Hamano-0/+55
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds-2/+2
2007-09-26Small cache_tree_write refactor.Pierre Habouzit-14/+5
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit-1/+0
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit-3/+2
2007-09-06Use strbuf API in cache-tree.cPierre Habouzit-37/+22
2007-06-22Two trivial -Wcast-qual fixesJunio C Hamano-1/+1
2007-05-21rename dirlink to gitlink.Martin Waitz-1/+1
2007-04-10Teach core object handling functions about gitlinksLinus Torvalds-1/+1
2006-11-13Catch errors when writing an index that contains invalid objects.Johannes Sixt-0/+2
2006-10-30Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"Junio C Hamano-0/+2
2006-10-14Add hash_sha1_file()Rene Scharfe-6/+2
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce-3/+3
2006-05-07Merge branch 'jc/gitlink' into nextJunio C Hamano-0/+26
2006-05-03cache-tree: a bit more debugging support.Junio C Hamano-2/+6
2006-05-01write-tree: --prefix=<path>Junio C Hamano-0/+26
2006-05-01cache-tree: replace a sscanf() by two strtol() callsJohannes Schindelin-1/+10
2006-04-27cache-tree.c: typefixJunio C Hamano-1/+1
2006-04-27cache_tree_update: give an option to update cache-tree only.Junio C Hamano-5/+15
2006-04-27read-tree: teach 1-way merege and plain read to prime cache-tree.Junio C Hamano-3/+8
2006-04-25cache-tree: sort the subtree entries.Junio C Hamano-26/+66
2006-04-24index: make the index file format extensible.Junio C Hamano-82/+26
2006-04-24cache-tree: protect against "git prune".Junio C Hamano-1/+1
2006-04-23Add cache-tree.Junio C Hamano-0/+519