summaryrefslogtreecommitdiff
path: root/cache-tree.h
Commit message (Expand)AuthorAgeFilesLines
* Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-1/+1
* cache-tree: fix writing cache-tree when CE_REMOVE is presentNguyễn Thái Ngọc Duy2012-12-151-0/+1
* cache-tree: update API to take abitrary flagsnd/cache-tree-api-refactorNguyễn Thái Ngọc Duy2012-02-071-1/+3
* Refactor cache_tree_update idiom from commitThomas Rast2011-12-061-1/+3
* Optimize "diff-index --cached" using cache-treeJunio C Hamano2009-05-251-0/+3
* write-tree --ignore-cache-treeJunio C Hamano2009-05-201-1/+6
* Move prime_cache_tree() to cache-tree.cJunio C Hamano2009-04-201-0/+4
* cache-tree.c: make cache_tree_find() staticNanako Shiraishi2008-07-161-2/+0
* Make error messages from cherry-pick/revert more sensibleJunio C Hamano2008-02-051-0/+5
* Small cache_tree_write refactor.Pierre Habouzit2007-09-261-1/+1
* write-tree: --prefix=<path>Junio C Hamano2006-05-011-0/+2
* cache_tree_update: give an option to update cache-tree only.Junio C Hamano2006-04-271-1/+1
* read-tree: teach 1-way merege and plain read to prime cache-tree.Junio C Hamano2006-04-271-0/+1
* index: make the index file format extensible.Junio C Hamano2006-04-241-4/+5
* Add cache-tree.Junio C Hamano2006-04-231-0/+29