summaryrefslogtreecommitdiff
path: root/cache-tree.h
AgeCommit message (Expand)Author
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy
2012-12-16cache-tree: fix writing cache-tree when CE_REMOVE is presentNguyễn Thái Ngọc Duy
2012-02-08cache-tree: update API to take abitrary flagsNguyễn Thái Ngọc Duy
2011-12-06Refactor cache_tree_update idiom from commitThomas Rast
2009-05-25Optimize "diff-index --cached" using cache-treeJunio C Hamano
2009-05-20write-tree --ignore-cache-treeJunio C Hamano
2009-04-20Move prime_cache_tree() to cache-tree.cJunio C Hamano
2008-07-16cache-tree.c: make cache_tree_find() staticNanako Shiraishi
2008-02-05Make error messages from cherry-pick/revert more sensibleJunio C Hamano
2007-09-26Small cache_tree_write refactor.Pierre Habouzit
2006-05-02write-tree: --prefix=<path>Junio 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-25index: make the index file format extensible.Junio C Hamano
2006-04-24Add cache-tree.Junio C Hamano