summaryrefslogtreecommitdiffstats
path: root/sha1_file.c
AgeCommit message (Expand)AuthorLines
2018-04-11sha1_file.c: rename to use dash in file nameStefan Beller-2254/+0
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano-4/+4
2018-04-11Merge branch 'sb/object-store'Junio C Hamano-58/+67
2018-04-10Merge branch 'nd/remove-ignore-env-field'Junio C Hamano-5/+1
2018-04-10Merge branch 'bc/object-id'Junio C Hamano-64/+73
2018-04-10Merge branch 'ti/fetch-everything-local-optim'Junio C Hamano-0/+3
2018-03-26packfile: add repository argument to find_pack_entryStefan Beller-3/+3
2018-03-26packfile: add repository argument to reprepare_packed_gitStefan Beller-1/+1
2018-03-26sha1_file: allow sha1_loose_object_info to handle arbitrary repositoriesJonathan Nieder-6/+5
2018-03-26sha1_file: allow map_sha1_file to handle arbitrary repositoriesStefan Beller-2/+3
2018-03-26sha1_file: allow map_sha1_file_1 to handle arbitrary repositoriesJonathan Nieder-5/+3
2018-03-26sha1_file: allow open_sha1_file to handle arbitrary repositoriesStefan Beller-6/+5
2018-03-26sha1_file: allow stat_sha1_file to handle arbitrary repositoriesStefan Beller-6/+5
2018-03-26sha1_file: allow sha1_file_name to handle arbitrary repositoriesStefan Beller-2/+2
2018-03-26sha1_file: add repository argument to sha1_loose_object_infoStefan Beller-4/+5
2018-03-26sha1_file: add repository argument to map_sha1_fileStefan Beller-2/+2
2018-03-26sha1_file: add repository argument to map_sha1_file_1Stefan Beller-5/+6
2018-03-26sha1_file: add repository argument to open_sha1_fileStefan Beller-2/+4
2018-03-26sha1_file: add repository argument to stat_sha1_fileStefan Beller-4/+5
2018-03-26sha1_file: add repository argument to sha1_file_nameStefan Beller-5/+5
2018-03-26sha1_file: allow prepare_alt_odb to handle arbitrary repositoriesStefan Beller-8/+5
2018-03-26sha1_file: allow link_alt_odb_entries to handle arbitrary repositoriesStefan Beller-20/+16
2018-03-26sha1_file: add repository argument to prepare_alt_odbStefan Beller-6/+6
2018-03-26sha1_file: add repository argument to link_alt_odb_entriesStefan Beller-6/+13
2018-03-26sha1_file: add repository argument to read_info_alternatesStefan Beller-4/+7
2018-03-26sha1_file: add repository argument to link_alt_odb_entryStefan Beller-3/+5
2018-03-26sha1_file: add raw_object_store argument to alt_odb_usableStefan Beller-3/+5
2018-03-23object-store: move alt_odb_list and alt_odb_tail to object storeStefan Beller-13/+12
2018-03-23repository: introduce raw object store fieldStefan Beller-1/+3
2018-03-21Merge branch 'jh/fsck-promisors'Junio C Hamano-3/+5
2018-03-14fetch-pack.c: use oidset to check existence of loose objectTakuto Ikuta-0/+3
2018-03-14sha1_file: introduce a constant for max header lengthbrian m. carlson-7/+10
2018-03-14Convert lookup_replace_object to struct object_idbrian m. carlson-22/+20
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson-10/+10
2018-03-14sha1_file: convert read_object_with_reference to object_idbrian m. carlson-10/+10
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson-11/+11
2018-03-14Convert remaining callers of sha1_object_info_extended to object_idbrian m. carlson-3/+11
2018-03-14sha1_file: convert assert_sha1_type to object_idbrian m. carlson-4/+4
2018-03-14streaming: convert open_istream to use struct object_idbrian m. carlson-1/+1
2018-03-14sha1_file: convert check_sha1_signature to struct object_idbrian m. carlson-6/+6
2018-03-14sha1_file: convert read_loose_object to use struct object_idbrian m. carlson-5/+5
2018-03-14bulk-checkin: convert index_bulk_checkin to struct object_idbrian m. carlson-1/+1
2018-03-13sha1_file: restore OBJECT_INFO_QUICK functionalityJonathan Tan-3/+5
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano-14/+14
2018-03-05sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Nguyễn Thái Ngọc Duy-5/+1
2018-02-15Merge branch 'bc/hash-algo'Junio C Hamano-31/+29
2018-02-15Merge branch 'po/object-id'Junio C Hamano-47/+53
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams-10/+10
2018-02-14object_info: change member name from 'typename' to 'type_name'Brandon Williams-5/+5
2018-02-13Merge branch 'cc/sha1-file-name'Junio C Hamano-14/+26