summaryrefslogtreecommitdiff
path: root/object-file.c
AgeCommit message (Expand)Author
2021-10-04Merge branch 'hn/refs-errno-cleanup'Junio C Hamano
2021-09-23Merge branch 'rs/packfile-bad-object-list-in-oidset'Junio C Hamano
2021-09-20Merge branch 'jt/grep-wo-submodule-odb-as-alternate'Junio C Hamano
2021-09-12packfile: convert has_packed_and_bad() to object_idRené Scharfe
2021-09-12packfile: convert mark_bad_packed_object() to object_idRené Scharfe
2021-09-08submodule: lazily add submodule ODBs as alternatesJonathan Tan
2021-09-01midx: avoid opening multiple MIDXs when writingTaylor Blau
2021-08-25refs file backend: move raceproof_create_file() hereÆvar Arnfjörð Bjarmason
2021-08-11Merge branch 'cb/many-alternate-optim-fixup'Junio C Hamano
2021-08-11object-file: use unsigned arithmetic with bit maskRené Scharfe
2021-07-28Merge branch 'ew/many-alternate-optim'Junio C Hamano
2021-07-17Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano
2021-07-08oidtree: a crit-bit tree for odb_loose_cacheEric Wong
2021-07-08make object_directory.loose_objects_subdir_seen a bitmapEric Wong
2021-07-08avoid strlen via strbuf_addstr in link_alt_odb_entryEric Wong
2021-07-08speed up alt_odb_usable() with many alternatesEric Wong
2021-06-30xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong
2021-06-28promisor-remote: teach lazy-fetch in any repoJonathan Tan
2021-05-19Merge branch 'en/dir-traversal'Junio C Hamano
2021-05-12dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-04-27hash: set, copy, and use algo field in struct object_idbrian m. carlson
2021-04-27Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson
2021-04-27hash: add a function to finalize object IDsbrian m. carlson
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-01-04hash-lookup: rename from sha1-lookupMartin Ågren
2021-01-04object-file.c: rename from sha1-file.cMartin Ågren