aboutsummaryrefslogtreecommitdiff
path: root/cache-tree.c
Commit message (Expand)AuthorAge
* cache_tree_free: Fix small memory leakElijah Newren2010-09-06
* write-tree: Avoid leak when index refers to an invalid objectJonathan Nieder2010-08-11
* Improve on the 'invalid object' error message at commit timeLinus Torvalds2009-07-14
* Optimize "diff-index --cached" using cache-treeJunio C Hamano2009-05-25
* cache-tree.c::cache_tree_find(): simplify internal APIJunio C Hamano2009-05-25
* write-tree --ignore-cache-treeJunio C Hamano2009-05-20
* Move prime_cache_tree() to cache-tree.cJunio C Hamano2009-04-20
* git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano2008-11-30
* cache-tree.c: make cache_tree_find() staticNanako Shiraishi2008-07-16
* Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-24
|\
| * write-tree: properly detect failure to write tree objectsJunio C Hamano2008-04-23
* | Merge branch 'jc/error-message-in-cherry-pick'Junio C Hamano2008-02-11
|\ \
| * | Make error messages from cherry-pick/revert more sensibleJunio C Hamano2008-02-05
| |/
* | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-21
|/
* Small cache_tree_write refactor.Pierre Habouzit2007-09-26
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-16
* Strbuf API extensions and fixes.Pierre Habouzit2007-09-10
* Use strbuf API in cache-tree.cPierre Habouzit2007-09-06
* Two trivial -Wcast-qual fixesJunio C Hamano2007-06-22
* rename dirlink to gitlink.Martin Waitz2007-05-21
* Teach core object handling functions about gitlinksLinus Torvalds2007-04-10
* Catch errors when writing an index that contains invalid objects.Johannes Sixt2006-11-13
* Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"Junio C Hamano2006-10-30
* Add hash_sha1_file()Rene Scharfe2006-10-14
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* Merge branch 'jc/gitlink' into nextJunio C Hamano2006-05-07
|\
| * write-tree: --prefix=<path>Junio C Hamano2006-05-01
* | cache-tree: a bit more debugging support.Junio C Hamano2006-05-03
|/
* cache-tree: replace a sscanf() by two strtol() callsJohannes Schindelin2006-05-01
* cache-tree.c: typefixJunio C Hamano2006-04-27
* cache_tree_update: give an option to update cache-tree only.Junio C Hamano2006-04-27
* read-tree: teach 1-way merege and plain read to prime cache-tree.Junio C Hamano2006-04-27
* cache-tree: sort the subtree entries.Junio C Hamano2006-04-25
* index: make the index file format extensible.Junio C Hamano2006-04-24
* cache-tree: protect against "git prune".Junio C Hamano2006-04-24
* Add cache-tree.Junio C Hamano2006-04-23