summaryrefslogtreecommitdiff
path: root/cache-tree.c
AgeCommit message (Expand)Author
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-09-11Merge branch 'dt/cache-tree-repair'Junio C Hamano
2014-09-03cache-tree: do not try to use an invalidated subtree info to build a treeJunio C Hamano
2014-07-07cache-tree: create/update cache-tree on checkoutDavid Turner
2014-06-13cache-tree: mark istate->cache_changed on prime_cache_tree()Nguyễn Thái Ngọc Duy
2014-06-13cache-tree: mark istate->cache_changed on cache tree updateNguyễn Thái Ngọc Duy
2014-06-13cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2014-03-18Merge branch 'rm/strchrnul-not-strlen'Junio C Hamano
2014-03-18Merge branch 'mh/simplify-cache-tree-find'Junio C Hamano
2014-03-10use strchrnul() in place of strchr() and strlen()Rohit Mani
2014-03-05cache_tree_find(): use path variable when passing over slashesMichael Haggerty
2014-03-05cache_tree_find(): remove early returnMichael Haggerty
2014-03-05cache_tree_find(): remove redundant checkMichael Haggerty
2014-03-05cache_tree_find(): fix comment formattingMichael Haggerty
2014-03-05cache_tree_find(): find the end of path component using strchrnul()Michael Haggerty
2014-03-05cache_tree_find(): remove redundant checksMichael Haggerty
2014-03-03cache-tree.c: use ALLOC_GROW() in find_subtree()Dmitry S. Dolzhenko
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy
2012-12-16cache-tree: invalidate i-t-a paths after generating treesNguyễ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-12-16cache-tree: replace "for" loops in update_one with "while" loopsNguyễn Thái Ngọc Duy
2012-12-16cache-tree: remove dead i-t-a code in verify_cache()Nguyễn Thái Ngọc Duy
2012-02-13Merge branch 'nd/cache-tree-api-refactor'Junio C Hamano
2012-02-13Merge branch 'jc/maint-commit-ignore-i-t-a'Junio C Hamano
2012-02-08cache-tree: update API to take abitrary flagsNguyễn Thái Ngọc Duy
2012-02-07commit: ignore intent-to-add entries instead of refusingJunio C Hamano
2011-12-06Refactor cache_tree_update idiom from commitThomas Rast
2010-09-07cache_tree_free: Fix small memory leakElijah Newren
2010-08-11write-tree: Avoid leak when index refers to an invalid objectJonathan Nieder
2009-07-14Improve on the 'invalid object' error message at commit timeLinus Torvalds
2009-05-25Optimize "diff-index --cached" using cache-treeJunio C Hamano
2009-05-25cache-tree.c::cache_tree_find(): simplify internal APIJunio C Hamano
2009-05-20write-tree --ignore-cache-treeJunio C Hamano
2009-04-20Move prime_cache_tree() to cache-tree.cJunio C Hamano
2008-12-01git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano
2008-07-16cache-tree.c: make cache_tree_find() staticNanako Shiraishi
2008-04-25Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-23write-tree: properly detect failure to write tree objectsJunio C Hamano
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