summaryrefslogtreecommitdiff
path: root/builtin/index-pack.c
AgeCommit message (Expand)Author
2021-04-27Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson
2021-04-27Always use oidread to read into struct object_idbrian m. carlson
2021-04-07Merge branch 'ab/fsck-api-cleanup'Junio C Hamano
2021-03-29fetch-pack: use new fsck API to printing dangling submodulesÆvar Arnfjörð Bjarmason
2021-03-29fetch-pack: don't needlessly copy fsck_optionsÆvar Arnfjörð Bjarmason
2021-03-29fsck.c: pass along the fsck_msg_id in the fsck_error callbackÆvar Arnfjörð Bjarmason
2021-03-29fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enumÆvar Arnfjörð Bjarmason
2021-03-29fsck.h: use "enum object_type" instead of "int"Ævar Arnfjörð Bjarmason
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-01Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano
2021-02-22fetch-pack: print and use dangling .gitmodulesJonathan Tan
2021-01-26t: support GIT_TEST_WRITE_REV_INDEXTaylor Blau
2021-01-26builtin/index-pack.c: write reverse indexesTaylor Blau
2021-01-26builtin/index-pack.c: allow stripping arbitrary extensionsTaylor Blau
2021-01-04object-file.c: rename from sha1-file.cMartin Ågren
2020-11-16compute pack .idx byte offsets using size_tJeff King
2020-10-09Merge branch 'jk/index-pack-hotfixes'Junio C Hamano
2020-10-07index-pack: make get_base_data() comment clearerJonathan Tan
2020-10-07index-pack: drop type_cas mutexJeff King
2020-10-07index-pack: restore "resolving deltas" progress meterJeff King
2020-09-22Merge branch 'jt/threaded-index-pack'Junio C Hamano
2020-09-08index-pack: make quantum of work smallerJonathan Tan
2020-08-24index-pack: make resolve_delta() assume base dataJonathan Tan
2020-08-24index-pack: calculate {ref,ofs}_{first,last} earlyJonathan Tan
2020-08-24index-pack: remove redundant child fieldJonathan Tan
2020-08-24index-pack: unify threaded and unthreaded codeJonathan Tan
2020-08-24index-pack: remove redundant parameterJonathan Tan
2020-08-21index-pack: adjust default threading capJeff King
2020-06-19builtin/index-pack: add option to specify hash algorithmbrian m. carlson
2020-05-27packfile: compute and use the index CRC offsetbrian m. carlson
2020-04-02promisor-remote: accept 0 as oid_nr in functionJonathan Tan
2020-02-14Merge branch 'jk/index-pack-dupfix'Junio C Hamano
2020-02-04index-pack: downgrade twice-resolved REF_DELTA to die()Jeff King
2020-01-31sha1-file: allow check_object_signature() to handle any repoMatheus Tavares
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares
2020-01-31streaming: allow open_istream() to handle any repoMatheus Tavares
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano
2019-08-19builtin/index-pack: replace sha1_to_hexbrian m. carlson
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder
2019-05-15index-pack: prefetch missing REF_DELTA basesJonathan Tan
2019-04-01index-pack: show progress while checking objectsSZEDER Gábor
2019-01-08convert has_sha1_file() callers to has_object_file()Jeff King
2018-11-19Merge branch 'tb/print-size-t-with-uintmax-format'Junio C Hamano
2018-11-12Upcast size_t variables to uintmax_t when printingTorsten Bögershausen
2018-11-05index-pack: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano
2018-07-18check_replace_refs: rename to read_replace_refsJeff King
2018-06-29blob: add repository argument to lookup_blobStefan Beller