summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano
2018-08-02Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano
2018-08-02Merge branch 'en/dirty-merge-fixes'Junio C Hamano
2018-08-02Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano
2018-08-02Merge branch 'bc/object-id'Junio C Hamano
2018-07-18check_replace_refs: rename to read_replace_refsJeff King
2018-07-18check_replace_refs: fix outdated commentJeff King
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan
2018-07-16cache: update object ID functions for the_hash_algobrian m. carlson
2018-07-11merge-recursive: fix assumption that head tree being merged is HEADElijah Newren
2018-07-03index_has_changes(): avoid assuming operating on the_indexElijah Newren
2018-07-03block alloc: add validations around cache_entry lifecyleJameson Miller
2018-07-03block alloc: allocate cache entries from mem_poolJameson Miller
2018-07-03block alloc: add lifecycle APIs for cache_entry structsJameson Miller
2018-07-03read-cache: teach make_cache_entry to take object_idJameson Miller
2018-07-03read-cache: teach refresh_cache_entry to take istateJameson Miller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-06-25Merge branch 'sb/object-store-alloc'Junio C Hamano
2018-06-01Merge branch 'nd/command-list'Junio C Hamano
2018-05-30Merge branch 'bc/object-id'Junio C Hamano
2018-05-29Sync with Git 2.17.1Junio C Hamano
2018-05-23Merge branch 'nd/pack-objects-pack-struct'Junio C Hamano
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano
2018-05-23Merge branch 'nd/pack-format-doc'Junio C Hamano
2018-05-22Sync with Git 2.16.4Junio C Hamano
2018-05-22Sync with Git 2.15.2Junio C Hamano
2018-05-22Sync with Git 2.14.4Junio C Hamano
2018-05-22Sync with Git 2.13.7Junio C Hamano
2018-05-22verify_path: disallow symlinks in .gitmodulesJeff King
2018-05-22is_ntfs_dotgit: match other .git filesJohannes Schindelin
2018-05-21Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy
2018-05-17cache: convert get_graft_file to handle arbitrary repositoriesStefan Beller
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller
2018-05-13pack-format.txt: more details on pack file formatNguyễn Thái Ngọc Duy
2018-05-09alloc: add repository argument to alloc_commit_indexStefan Beller
2018-05-09alloc: add repository argument to alloc_reportStefan Beller
2018-05-09alloc: add repository argument to alloc_object_nodeStefan Beller
2018-05-09alloc: add repository argument to alloc_tag_nodeStefan Beller
2018-05-09alloc: add repository argument to alloc_commit_nodeStefan Beller
2018-05-09alloc: add repository argument to alloc_tree_nodeStefan Beller
2018-05-09alloc: add repository argument to alloc_blob_nodeStefan Beller
2018-05-08Merge branch 'sb/object-store-replace'Junio C Hamano
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-08Merge branch 'dj/runtime-prefix'Junio C Hamano
2018-05-02sha1_file: only expose empty object constants through git_hash_algobrian m. carlson
2018-05-02sha1-file: add functions for hex empty tree and blob OIDsbrian m. carlson
2018-05-02Update struct index_state to use struct object_idbrian m. carlson
2018-05-02sha1-file: convert freshen functions to object_idbrian m. carlson