summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-08Merge branch 'dj/runtime-prefix'Libravatar Junio C Hamano1-0/+1
2018-05-02sha1_file: only expose empty object constants through git_hash_algoLibravatar brian m. carlson1-16/+0
2018-05-02sha1-file: add functions for hex empty tree and blob OIDsLibravatar brian m. carlson1-0/+3
2018-05-02Update struct index_state to use struct object_idLibravatar brian m. carlson1-1/+1
2018-05-02sha1-file: convert freshen functions to object_idLibravatar brian m. carlson1-1/+1
2018-05-02packfile: remove unused member from struct pack_entryLibravatar brian m. carlson1-1/+0
2018-05-02Remove unused member in struct object_contextLibravatar brian m. carlson1-1/+0
2018-05-02cache: add a function to read an object ID from a bufferLibravatar brian m. carlson1-0/+5
2018-04-26cache.h: allow oid_object_info to handle arbitrary repositoriesLibravatar Stefan Beller1-5/+4
2018-04-26cache.h: add repository argument to oid_object_infoLibravatar Stefan Beller1-1/+2
2018-04-26cache.h: add repository argument to oid_object_info_extendedLibravatar Stefan Beller1-1/+4
2018-04-25Merge branch 'jk/relative-directory-fix'Libravatar Junio C Hamano1-1/+1
2018-04-16pack-objects: turn type and in_pack_type to bitfieldsLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2018-04-12object-store: move lookup_replace_object to replace-object.hLibravatar Stefan Beller1-19/+0
2018-04-11exec_cmd: RUNTIME_PREFIX on some POSIX systemsLibravatar Dan Jacques1-0/+1
2018-04-11Merge branch 'sb/object-store'Libravatar Junio C Hamano1-87/+0
2018-04-11commit-graph: add core.commitGraph settingLibravatar Derrick Stolee1-0/+1
2018-04-10Merge branch 'nd/remove-ignore-env-field'Libravatar Junio C Hamano1-1/+1
2018-04-10Merge branch 'bc/object-id'Libravatar Junio C Hamano1-21/+21