summaryrefslogtreecommitdiff
path: root/cache-tree.c
Commit message (Expand)AuthorAgeFilesLines
* cache-tree.c: make cache_tree_find() staticNanako Shiraishi2008-07-161-1/+1
* Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-241-2/+5
|\
| * write-tree: properly detect failure to write tree objectsJunio C Hamano2008-04-231-2/+5
* | Merge branch 'jc/error-message-in-cherry-pick'Junio C Hamano2008-02-111-0/+55
|\ \
| * | Make error messages from cherry-pick/revert more sensibleJunio C Hamano2008-02-051-0/+55
| |/
* | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-211-2/+2
|/
* Small cache_tree_write refactor.Pierre Habouzit2007-09-261-14/+5
* 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
* Use strbuf API in cache-tree.cPierre Habouzit2007-09-061-37/+22
* Two trivial -Wcast-qual fixesJunio C Hamano2007-06-221-1/+1
* rename dirlink to gitlink.Martin Waitz2007-05-211-1/+1
* Teach core object handling functions about gitlinksLinus Torvalds2007-04-101-1/+1
* Catch errors when writing an index that contains invalid objects.Johannes Sixt2006-11-131-0/+2
* Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"Junio C Hamano2006-10-301-0/+2
* Add hash_sha1_file()Rene Scharfe2006-10-141-6/+2
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-3/+3
* Merge branch 'jc/gitlink' into nextJunio C Hamano2006-05-071-0/+26
|\
| * write-tree: --prefix=<path>Junio C Hamano2006-05-011-0/+26
* | cache-tree: a bit more debugging support.Junio C Hamano2006-05-031-2/+6
|/
* cache-tree: replace a sscanf() by two strtol() callsJohannes Schindelin2006-05-011-1/+10
* cache-tree.c: typefixJunio C Hamano2006-04-271-1/+1
* cache_tree_update: give an option to update cache-tree only.Junio C Hamano2006-04-271-5/+15
* read-tree: teach 1-way merege and plain read to prime cache-tree.Junio C Hamano2006-04-271-3/+8
* cache-tree: sort the subtree entries.Junio C Hamano2006-04-251-26/+66
* index: make the index file format extensible.Junio C Hamano2006-04-241-82/+26
* cache-tree: protect against "git prune".Junio C Hamano2006-04-241-1/+1
* Add cache-tree.Junio C Hamano2006-04-231-0/+519