summaryrefslogtreecommitdiff
path: root/object-file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hn/refs-errno-cleanup'Junio C Hamano2021-10-031-68/+0
|\
| * refs file backend: move raceproof_create_file() hereÆvar Arnfjörð Bjarmason2021-08-251-68/+0
* | Merge branch 'rs/packfile-bad-object-list-in-oidset'Junio C Hamano2021-09-231-2/+2
|\ \
| * | packfile: convert has_packed_and_bad() to object_idRené Scharfe2021-09-121-1/+1
| * | packfile: convert mark_bad_packed_object() to object_idRené Scharfe2021-09-121-1/+1
* | | Merge branch 'jt/grep-wo-submodule-odb-as-alternate'Junio C Hamano2021-09-201-0/+5
|\ \ \
| * | | submodule: lazily add submodule ODBs as alternatesJonathan Tan2021-09-081-0/+5
* | | | midx: avoid opening multiple MIDXs when writingTaylor Blau2021-09-011-0/+21
| |/ / |/| |
* | | Merge branch 'cb/many-alternate-optim-fixup'Junio C Hamano2021-08-111-1/+1
|\ \ \ | |/ / |/| |
| * | object-file: use unsigned arithmetic with bit maskRené Scharfe2021-08-111-1/+1
* | | Merge branch 'ew/many-alternate-optim'Junio C Hamano2021-07-281-30/+45
|\ \ \ | |/ / | | / | |/ |/|
| * oidtree: a crit-bit tree for odb_loose_cacheEric Wong2021-07-071-11/+12
| * make object_directory.loose_objects_subdir_seen a bitmapEric Wong2021-07-071-3/+8
| * avoid strlen via strbuf_addstr in link_alt_odb_entryEric Wong2021-07-071-4/+4
| * speed up alt_odb_usable() with many alternatesEric Wong2021-07-071-12/+21
* | Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano2021-07-161-5/+2
|\ \
| * | promisor-remote: teach lazy-fetch in any repoJonathan Tan2021-06-281-5/+2
| |/
* | xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong2021-06-291-1/+15
|/
* Merge branch 'en/dir-traversal'Junio C Hamano2021-05-201-3/+1
|\
| * dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren2021-05-131-3/+1
* | hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+16
* | hash: set, copy, and use algo field in struct object_idbrian m. carlson2021-04-271-4/+11
* | Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson2021-04-271-4/+4
* | hash: add a function to finalize object IDsbrian m. carlson2021-04-271-0/+25
|/
* use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
* hash-lookup: rename from sha1-lookupMartin Ågren2021-01-041-1/+1
* object-file.c: rename from sha1-file.cMartin Ågren2021-01-041-0/+2554