summaryrefslogtreecommitdiff
path: root/cache-tree.c
AgeCommit message (Expand)Author
2008-02-12Merge branch 'jc/error-message-in-cherry-pick'Junio C Hamano
2008-02-05Make error messages from cherry-pick/revert more sensibleJunio C Hamano
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2007-09-26Small cache_tree_write refactor.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-07Use strbuf API in cache-tree.cPierre Habouzit
2007-06-23Two trivial -Wcast-qual fixesJunio C Hamano
2007-05-22rename dirlink to gitlink.Martin Waitz
2007-04-10Teach core object handling functions about gitlinksLinus Torvalds
2006-11-13Catch errors when writing an index that contains invalid objects.Johannes Sixt
2006-10-30Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"Junio C Hamano
2006-10-14Add hash_sha1_file()Rene Scharfe
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-05-07Merge branch 'jc/gitlink' into nextJunio C Hamano
2006-05-03cache-tree: a bit more debugging support.Junio C Hamano
2006-05-02write-tree: --prefix=<path>Junio C Hamano
2006-05-02cache-tree: replace a sscanf() by two strtol() callsJohannes Schindelin
2006-04-28cache-tree.c: typefixJunio C Hamano
2006-04-27cache_tree_update: give an option to update cache-tree only.Junio C Hamano
2006-04-27read-tree: teach 1-way merege and plain read to prime cache-tree.Junio C Hamano
2006-04-26cache-tree: sort the subtree entries.Junio C Hamano
2006-04-25index: make the index file format extensible.Junio C Hamano
2006-04-24cache-tree: protect against "git prune".Junio C Hamano
2006-04-24Add cache-tree.Junio C Hamano