summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* object-store: move object access functions to object-store.hStefan Beller2018-05-161-117/+0
* alloc: allow arbitrary repositories for alloc functionsStefan Beller2018-05-161-16/+0
* alloc: add repository argument to alloc_commit_indexStefan Beller2018-05-091-1/+2
* alloc: add repository argument to alloc_reportStefan Beller2018-05-091-1/+2
* alloc: add repository argument to alloc_object_nodeStefan Beller2018-05-091-1/+2
* alloc: add repository argument to alloc_tag_nodeStefan Beller2018-05-091-1/+2
* alloc: add repository argument to alloc_commit_nodeStefan Beller2018-05-091-1/+2
* alloc: add repository argument to alloc_tree_nodeStefan Beller2018-05-091-1/+2
* alloc: add repository argument to alloc_blob_nodeStefan Beller2018-05-091-1/+2
* cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller2018-04-261-5/+4
* cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-1/+2
* cache.h: add repository argument to oid_object_info_extendedStefan Beller2018-04-261-1/+4
* object-store: move lookup_replace_object to replace-object.hStefan Beller2018-04-121-19/+0
* Merge branch 'sb/object-store'Junio C Hamano2018-04-111-87/+0
|\
| * sha1_file: add repository argument to map_sha1_fileStefan Beller2018-03-261-1/+0
| * sha1_file: add repository argument to sha1_file_nameStefan Beller2018-03-261-6/+0
| * object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-29/+0
| * object-store: migrate alternates struct and functions from cache.hStefan Beller2018-03-231-51/+0
* | Merge branch 'nd/remove-ignore-env-field'Junio C Hamano2018-04-101-1/+1
|\ \ | |/
| * repository.c: move env-related setup code back to environment.cNguyễn Thái Ngọc Duy2018-03-051-1/+1
* | Merge branch 'bc/object-id'Junio C Hamano2018-04-101-21/+21
|\ \
| * | Convert lookup_replace_object to struct object_idbrian m. carlson2018-03-141-4/+4
| * | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-5/+5
| * | sha1_file: convert read_object_with_reference to object_idbrian m. carlson2018-03-141-2/+2
| * | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-3/+3
| * | sha1_file: convert assert_sha1_type to object_idbrian m. carlson2018-03-141-1/+1
| * | sha1_file: convert check_sha1_signature to struct object_idbrian m. carlson2018-03-141-1/+1
| * | sha1_file: convert read_loose_object to use struct object_idbrian m. carlson2018-03-141-2/+2
| * | Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-3/+3
* | | Merge branch 'ti/fetch-everything-local-optim'Junio C Hamano2018-04-101-0/+2
|\ \ \
| * | | fetch-pack.c: use oidset to check existence of loose objectti/fetch-everything-local-optimTakuto Ikuta2018-03-141-0/+2
| |/ /
* | | Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano2018-03-211-0/+4
|\ \ \ | |/ / |/| |
| * | write_locked_index(): add flag to avoid writing unchanged indexma/skip-writing-unchanged-indexMartin Ågren2018-03-011-0/+4
* | | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-2/+2
|\ \ \ | |/ / |/| |
| * | environment: rename 'template' variablesBrandon Williams2018-02-221-1/+1
| * | object_info: change member name from 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
* | | Merge branch 'bc/hash-algo'Junio C Hamano2018-02-151-25/+0
|\ \ \
| * | | hash: move SHA-1 macros to hash.hbrian m. carlson2018-02-021-25/+0
| |/ /
* | | Merge branch 'po/object-id'Junio C Hamano2018-02-151-8/+17
|\ \ \ | |_|/ |/| |
| * | sha1_file: rename hash_sha1_file_literallypo/object-idPatryk Obara2018-01-301-1/+3
| * | sha1_file: convert force_object_loose to object_idPatryk Obara2018-01-301-1/+2
| * | sha1_file: convert write_sha1_file to object_idPatryk Obara2018-01-301-1/+3
| * | cache: clear whole hash buffer with oidclrPatryk Obara2018-01-301-1/+1
| * | sha1_file: convert hash_sha1_file to object_idPatryk Obara2018-01-301-1/+4
| * | dir: convert struct sha1_stat to use object_idPatryk Obara2018-01-301-2/+0
| * | sha1_file: convert pretend_sha1_file to object_idPatryk Obara2018-01-301-1/+4
| |/
* | Merge branch 'tg/split-index-fixes'Junio C Hamano2018-02-131-3/+5
|\ \
| * | split-index: don't write cache tree with null oid entriesThomas Gummerer2018-01-191-1/+2
| * | read-cache: fix reading the shared index for other reposThomas Gummerer2018-01-191-2/+3
* | | Merge branch 'cc/sha1-file-name'Junio C Hamano2018-02-131-5/+3
|\ \ \