summaryrefslogtreecommitdiffstats
path: root/cache.h
AgeCommit message (Expand)AuthorLines
2018-10-12split-index: smudge and add racily clean cache entries to split indexSZEDER Gábor-0/+2
2018-08-23hashcmp: assert constant hash sizeJeff King-0/+10
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano-10/+0
2018-08-20Merge branch 'jk/for-each-object-iteration'Junio C Hamano-56/+0
2018-08-15Merge branch 'js/vscode'Junio C Hamano-11/+13
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano-4/+2
2018-08-15Move definition of enum branch_track from cache.h to branch.hElijah Newren-10/+0
2018-08-14for_each_*_object: move declarations to object-store.hJeff King-75/+0
2018-08-13for_each_packed_object: support iterating in pack-orderJeff King-0/+5
2018-08-13for_each_*_object: give more comprehensive docstringsJeff King-3/+5
2018-08-13for_each_*_object: take flag arguments as enumJeff King-1/+2
2018-08-13for_each_*_object: store flag definitions in a single locationJeff King-1/+12
2018-08-02Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano-1/+0
2018-08-02Merge branch 'en/dirty-merge-fixes'Junio C Hamano-6/+10
2018-08-02Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano-2/+62
2018-08-02Merge branch 'bc/object-id'Junio C Hamano-3/+3
2018-07-30cache.h: extract enum declaration from inside a struct declarationJohannes Schindelin-11/+13
2018-07-18check_replace_refs: rename to read_replace_refsJeff King-1/+1
2018-07-18check_replace_refs: fix outdated commentJeff King-3/+1
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano-118/+1
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan-1/+0
2018-07-16cache: update object ID functions for the_hash_algobrian m. carlson-3/+3
2018-07-11merge-recursive: fix assumption that head tree being merged is HEADElijah Newren-4/+7
2018-07-03index_has_changes(): avoid assuming operating on the_indexElijah Newren-5/+6
2018-07-03block alloc: add validations around cache_entry lifecyleJameson Miller-0/+6
2018-07-03block alloc: allocate cache entries from mem_poolJameson Miller-0/+21
2018-07-03block alloc: add lifecycle APIs for cache_entry structsJameson Miller-6/+34
2018-07-03read-cache: teach make_cache_entry to take object_idJameson Miller-1/+6
2018-07-03read-cache: teach refresh_cache_entry to take istateJameson Miller-1/+1
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano-118/+1
2018-06-25Merge branch 'sb/object-store-alloc'Junio C Hamano-9/+0
2018-06-01Merge branch 'nd/command-list'Junio C Hamano-5/+0
2018-05-30Merge branch 'bc/object-id'Junio C Hamano-19/+9
2018-05-29Sync with Git 2.17.1Junio C Hamano-2/+10
2018-05-23Merge branch 'nd/pack-objects-pack-struct'Junio C Hamano-0/+2
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano-2/+5
2018-05-23Merge branch 'nd/pack-format-doc'Junio C Hamano-0/+5
2018-05-22Sync with Git 2.16.4Junio C Hamano-2/+10
2018-05-22Sync with Git 2.15.2Junio C Hamano-2/+10
2018-05-22Sync with Git 2.14.4Junio C Hamano-2/+10
2018-05-22Sync with Git 2.13.7Junio C Hamano-2/+10
2018-05-21verify_path: disallow symlinks in .gitmodulesJeff King-1/+1
2018-05-21is_ntfs_dotgit: match other .git filesJohannes Schindelin-1/+9
2018-05-21Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy-5/+0
2018-05-18cache: convert get_graft_file to handle arbitrary repositoriesStefan Beller-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller-117/+0
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller-16/+0
2018-05-13pack-format.txt: more details on pack file formatNguyễn Thái Ngọc Duy-0/+5
2018-05-09alloc: add repository argument to alloc_commit_indexStefan Beller-1/+2
2018-05-09alloc: add repository argument to alloc_reportStefan Beller-1/+2