summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-13for_each_packed_object: support iterating in pack-orderLibravatar Jeff King1-0/+5
2018-08-13for_each_*_object: give more comprehensive docstringsLibravatar Jeff King1-3/+5
2018-08-13for_each_*_object: take flag arguments as enumLibravatar Jeff King1-1/+2
2018-08-13for_each_*_object: store flag definitions in a single locationLibravatar Jeff King1-1/+12
2018-08-10editor: add a function to launch the sequence editorLibravatar Alban Gruin1-0/+1
2018-08-02Merge branch 'jt/commit-graph-per-object-store'Libravatar Junio C Hamano1-1/+0
2018-08-02Merge branch 'en/dirty-merge-fixes'Libravatar Junio C Hamano1-6/+10
2018-08-02Merge branch 'jm/cache-entry-from-mem-pool'Libravatar Junio C Hamano1-2/+62
2018-08-02Merge branch 'bc/object-id'Libravatar Junio C Hamano1-3/+3
2018-07-30cache.h: extract enum declaration from inside a struct declarationLibravatar Johannes Schindelin1-11/+13
2018-07-18check_replace_refs: rename to read_replace_refsLibravatar Jeff King1-1/+1
2018-07-18check_replace_refs: fix outdated commentLibravatar Jeff King1-3/+1
2018-07-18Merge branch 'sb/object-store-grafts'Libravatar Junio C Hamano1-118/+1
2018-07-17commit-graph: add repo arg to graph readersLibravatar Jonathan Tan1-1/+0
2018-07-16cache: update object ID functions for the_hash_algoLibravatar brian m. carlson1-3/+3
2018-07-11merge-recursive: fix assumption that head tree being merged is HEADLibravatar Elijah Newren1-4/+7
2018-07-03index_has_changes(): avoid assuming operating on the_indexLibravatar Elijah Newren1-5/+6
2018-07-03block alloc: add validations around cache_entry lifecyleLibravatar Jameson Miller1-0/+6
2018-07-03block alloc: allocate cache entries from mem_poolLibravatar Jameson Miller1-0/+21
2018-07-03block alloc: add lifecycle APIs for cache_entry structsLibravatar Jameson Miller1-6/+34
2018-07-03read-cache: teach make_cache_entry to take object_idLibravatar Jameson Miller1-1/+6
2018-07-03read-cache: teach refresh_cache_entry to take istateLibravatar Jameson Miller1-1/+1
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupLibravatar Junio C Hamano1-118/+1
2018-06-25Merge branch 'sb/object-store-alloc'Libravatar Junio C Hamano1-9/+0
2018-06-01Merge branch 'nd/command-list'Libravatar Junio C Hamano1-5/+0
2018-05-30Merge branch 'bc/object-id'Libravatar Junio C Hamano1-19/+9
2018-05-29Sync with Git 2.17.1Libravatar Junio C Hamano1-2/+10
2018-05-23Merge branch 'nd/pack-objects-pack-struct'Libravatar Junio C Hamano1-0/+2
2018-05-23Merge branch 'sb/oid-object-info'Libravatar Junio C Hamano1-2/+5
2018-05-23Merge branch 'nd/pack-format-doc'Libravatar Junio C Hamano1-0/+5
2018-05-22Sync with Git 2.16.4Libravatar Junio C Hamano1-2/+10
2018-05-22Sync with Git 2.15.2Libravatar Junio C Hamano1-2/+10
2018-05-22Sync with Git 2.14.4Libravatar Junio C Hamano1-2/+10
2018-05-22Sync with Git 2.13.7Libravatar Junio C Hamano1-2/+10
2018-05-21verify_path: disallow symlinks in .gitmodulesLibravatar Jeff King1-1/+1
2018-05-21is_ntfs_dotgit: match other .git filesLibravatar Johannes Schindelin1-1/+9
2018-05-21Move declaration for alias.c to alias.hLibravatar Nguyễn Thái Ngọc Duy1-5/+0
2018-05-18cache: convert get_graft_file to handle arbitrary repositoriesLibravatar Stefan Beller1-1/+1
2018-05-16object-store: move object access functions to object-store.hLibravatar Stefan Beller1-117/+0
2018-05-16alloc: allow arbitrary repositories for alloc functionsLibravatar Stefan Beller1-16/+0
2018-05-13pack-format.txt: more details on pack file formatLibravatar Nguyễn Thái Ngọc Duy1-0/+5
2018-05-09alloc: add repository argument to alloc_commit_indexLibravatar Stefan Beller1-1/+2
2018-05-09alloc: add repository argument to alloc_reportLibravatar Stefan Beller1-1/+2
2018-05-09alloc: add repository argument to alloc_object_nodeLibravatar Stefan Beller1-1/+2
2018-05-09alloc: add repository argument to alloc_tag_nodeLibravatar Stefan Beller1-1/+2
2018-05-09alloc: add repository argument to alloc_commit_nodeLibravatar Stefan Beller1-1/+2
2018-05-09alloc: add repository argument to alloc_tree_nodeLibravatar Stefan Beller1-1/+2
2018-05-09alloc: add repository argument to alloc_blob_nodeLibravatar Stefan Beller1-1/+2
2018-05-08Merge branch 'sb/object-store-replace'Libravatar Junio C Hamano1-19/+0
2018-05-08Merge branch 'ds/commit-graph'Libravatar Junio C Hamano1-0/+1