summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2018-07-18Merge branch 'sb/object-store-grafts'Junio 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
2018-05-02packfile: remove unused member from struct pack_entrybrian m. carlson
2018-05-02Remove unused member in struct object_contextbrian m. carlson
2018-05-02cache: add a function to read an object ID from a bufferbrian m. carlson
2018-04-26cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-04-26cache.h: add repository argument to oid_object_info_extendedStefan Beller
2018-04-25Merge branch 'jk/relative-directory-fix'Junio C Hamano
2018-04-16pack-objects: turn type and in_pack_type to bitfieldsNguyễn Thái Ngọc Duy
2018-04-12object-store: move lookup_replace_object to replace-object.hStefan Beller
2018-04-11exec_cmd: RUNTIME_PREFIX on some POSIX systemsDan Jacques
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-04-11commit-graph: add core.commitGraph settingDerrick Stolee
2018-04-10Merge branch 'nd/remove-ignore-env-field'Junio C Hamano
2018-04-09Merge branch 'bc/object-id'Junio C Hamano
2018-04-09Merge branch 'ti/fetch-everything-local-optim'Junio C Hamano
2018-03-30set_git_dir: die when setenv() failsJeff King
2018-03-26sha1_file: add repository argument to map_sha1_fileStefan Beller