summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
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-26packfile: add repository argument to find_pack_entryStefan Beller
2018-03-26packfile: add repository argument to reprepare_packed_gitStefan Beller
2018-03-26sha1_file: allow sha1_loose_object_info to handle arbitrary repositoriesJonathan Nieder
2018-03-26sha1_file: allow map_sha1_file to handle arbitrary repositoriesStefan Beller
2018-03-26sha1_file: allow map_sha1_file_1 to handle arbitrary repositoriesJonathan Nieder
2018-03-26sha1_file: allow open_sha1_file to handle arbitrary repositoriesStefan Beller
2018-03-26sha1_file: allow stat_sha1_file to handle arbitrary repositoriesStefan Beller
2018-03-26sha1_file: allow sha1_file_name to handle arbitrary repositoriesStefan Beller
2018-03-26sha1_file: add repository argument to sha1_loose_object_infoStefan Beller
2018-03-26sha1_file: add repository argument to map_sha1_fileStefan Beller
2018-03-26sha1_file: add repository argument to map_sha1_file_1Stefan Beller
2018-03-26sha1_file: add repository argument to open_sha1_fileStefan Beller
2018-03-26sha1_file: add repository argument to stat_sha1_fileStefan Beller
2018-03-26sha1_file: add repository argument to sha1_file_nameStefan Beller
2018-03-26sha1_file: allow prepare_alt_odb to handle arbitrary repositoriesStefan Beller
2018-03-26sha1_file: allow link_alt_odb_entries to handle arbitrary repositoriesStefan Beller
2018-03-26sha1_file: add repository argument to prepare_alt_odbStefan Beller
2018-03-26sha1_file: add repository argument to link_alt_odb_entriesStefan Beller
2018-03-26sha1_file: add repository argument to read_info_alternatesStefan Beller
2018-03-26sha1_file: add repository argument to link_alt_odb_entryStefan Beller
2018-03-26sha1_file: add raw_object_store argument to alt_odb_usableStefan Beller
2018-03-23object-store: move alt_odb_list and alt_odb_tail to object storeStefan Beller
2018-03-23repository: introduce raw object store fieldStefan Beller
2018-03-21Merge branch 'jh/fsck-promisors'Junio C Hamano
2018-03-14fetch-pack.c: use oidset to check existence of loose objectTakuto Ikuta
2018-03-14sha1_file: introduce a constant for max header lengthbrian m. carlson
2018-03-14Convert lookup_replace_object to struct object_idbrian m. carlson
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-03-14sha1_file: convert read_object_with_reference to object_idbrian m. carlson
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-14Convert remaining callers of sha1_object_info_extended to object_idbrian m. carlson
2018-03-14sha1_file: convert assert_sha1_type to object_idbrian m. carlson
2018-03-14streaming: convert open_istream to use struct object_idbrian m. carlson
2018-03-14sha1_file: convert check_sha1_signature to struct object_idbrian m. carlson
2018-03-14sha1_file: convert read_loose_object to use struct object_idbrian m. carlson
2018-03-14bulk-checkin: convert index_bulk_checkin to struct object_idbrian m. carlson
2018-03-13sha1_file: restore OBJECT_INFO_QUICK functionalityJonathan Tan
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-03-05sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Nguyễn Thái Ngọc Duy
2018-02-15Merge branch 'bc/hash-algo'Junio C Hamano
2018-02-15Merge branch 'po/object-id'Junio C Hamano
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2018-02-14object_info: change member name from 'typename' to 'type_name'Brandon Williams
2018-02-13Merge branch 'cc/sha1-file-name'Junio C Hamano
2018-02-13Merge branch 'tb/crlf-conv-flags'Junio C Hamano