summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* sha1_file.c: rename to use dash in file nameStefan Beller2018-04-111-2254/+0
* Merge branch 'sb/packfiles-in-repository'Junio C Hamano2018-04-111-4/+4
|\
| * packfile: add repository argument to find_pack_entryStefan Beller2018-03-261-3/+3
| * packfile: add repository argument to reprepare_packed_gitStefan Beller2018-03-261-1/+1
* | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-58/+67
|\ \ | |/
| * sha1_file: allow sha1_loose_object_info to handle arbitrary repositoriessb/object-storeJonathan Nieder2018-03-261-6/+5
| * sha1_file: allow map_sha1_file to handle arbitrary repositoriesStefan Beller2018-03-261-2/+3
| * sha1_file: allow map_sha1_file_1 to handle arbitrary repositoriesJonathan Nieder2018-03-261-5/+3
| * sha1_file: allow open_sha1_file to handle arbitrary repositoriesStefan Beller2018-03-261-6/+5
| * sha1_file: allow stat_sha1_file to handle arbitrary repositoriesStefan Beller2018-03-261-6/+5
| * sha1_file: allow sha1_file_name to handle arbitrary repositoriesStefan Beller2018-03-261-2/+2
| * sha1_file: add repository argument to sha1_loose_object_infoStefan Beller2018-03-261-4/+5
| * sha1_file: add repository argument to map_sha1_fileStefan Beller2018-03-261-2/+2
| * sha1_file: add repository argument to map_sha1_file_1Stefan Beller2018-03-261-5/+6
| * sha1_file: add repository argument to open_sha1_fileStefan Beller2018-03-261-2/+4
| * sha1_file: add repository argument to stat_sha1_fileStefan Beller2018-03-261-4/+5
| * sha1_file: add repository argument to sha1_file_nameStefan Beller2018-03-261-5/+5
| * sha1_file: allow prepare_alt_odb to handle arbitrary repositoriesStefan Beller2018-03-261-8/+5
| * sha1_file: allow link_alt_odb_entries to handle arbitrary repositoriesStefan Beller2018-03-261-20/+16
| * sha1_file: add repository argument to prepare_alt_odbStefan Beller2018-03-261-6/+6
| * sha1_file: add repository argument to link_alt_odb_entriesStefan Beller2018-03-261-6/+13
| * sha1_file: add repository argument to read_info_alternatesStefan Beller2018-03-261-4/+7
| * sha1_file: add repository argument to link_alt_odb_entryStefan Beller2018-03-261-3/+5
| * sha1_file: add raw_object_store argument to alt_odb_usableStefan Beller2018-03-261-3/+5
| * object-store: move alt_odb_list and alt_odb_tail to object storeStefan Beller2018-03-231-13/+12
| * repository: introduce raw object store fieldStefan Beller2018-03-231-1/+3
* | Merge branch 'nd/remove-ignore-env-field'Junio C Hamano2018-04-101-5/+1
|\ \ | |/
| * sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Nguyễn Thái Ngọc Duy2018-03-051-5/+1
* | Merge branch 'bc/object-id'Junio C Hamano2018-04-101-64/+73
|\ \
| * | sha1_file: introduce a constant for max header lengthbrian m. carlson2018-03-141-7/+10
| * | Convert lookup_replace_object to struct object_idbrian m. carlson2018-03-141-22/+20
| * | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-10/+10
| * | sha1_file: convert read_object_with_reference to object_idbrian m. carlson2018-03-141-10/+10
| * | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-11/+11
| * | Convert remaining callers of sha1_object_info_extended to object_idbrian m. carlson2018-03-141-3/+11
| * | sha1_file: convert assert_sha1_type to object_idbrian m. carlson2018-03-141-4/+4
| * | streaming: convert open_istream to use struct object_idbrian m. carlson2018-03-141-1/+1
| * | sha1_file: convert check_sha1_signature to struct object_idbrian m. carlson2018-03-141-6/+6
| * | sha1_file: convert read_loose_object to use struct object_idbrian m. carlson2018-03-141-5/+5
| * | bulk-checkin: convert index_bulk_checkin to struct object_idbrian m. carlson2018-03-141-1/+1
* | | Merge branch 'ti/fetch-everything-local-optim'Junio C Hamano2018-04-101-0/+3
|\ \ \
| * | | fetch-pack.c: use oidset to check existence of loose objectti/fetch-everything-local-optimTakuto Ikuta2018-03-141-0/+3
| |/ /
* | | Merge branch 'jh/fsck-promisors'Junio C Hamano2018-03-211-3/+5
|\ \ \ | |/ / |/| |
| * | sha1_file: restore OBJECT_INFO_QUICK functionalityjh/fsck-promisorsJonathan Tan2018-03-131-3/+5
* | | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-14/+14
|\ \ \
| * | | object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-10/+10
| * | | object_info: change member name from 'typename' to 'type_name'Brandon Williams2018-02-141-5/+5
* | | | Merge branch 'bc/hash-algo'Junio C Hamano2018-02-151-31/+29
|\ \ \ \
| * | | | sha1_file: switch uses of SHA-1 to the_hash_algobrian m. carlson2018-02-021-26/+26
| * | | | hash: create union for hash context allocationbrian m. carlson2018-02-021-11/+9
| |/ / /