summaryrefslogtreecommitdiffstats
path: root/object-file.c (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'ab/run-command'Junio C Hamano2021-12-15-1/+1
|\
| * run-command API: remove "env" member, always use "env_array"Ævar Arnfjörð Bjarmason2021-11-25-1/+1
* | Merge branch 'hn/reftable'Junio C Hamano2021-12-15-5/+2
|\ \
| * | hash.h: provide constants for the hash IDsHan-Wen Nienhuys2021-09-07-5/+2
* | | Merge branch 'po/size-t-for-vs'Junio C Hamano2021-12-10-1/+1
|\ \ \
| * | | object-file.c: LLP64 compatibility, upcast unity for left shiftPhilip Oakley2021-12-01-1/+1
| | |/ | |/|
* | | Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano2021-11-29-3/+3
|\ \ \ | |/ / |/| |
| * | odb: guard against data loss checking out a huge fileMatt Cooper2021-11-03-3/+3
* | | Merge branch 'ab/fsck-unexpected-type'Junio C Hamano2021-11-12-3/+2
|\ \ \
| * | | object-file: free(*contents) only in read_loose_object() callerÆvar Arnfjörð Bjarmason2021-11-11-5/+2
| * | | object-file: fix SEGV on free() regression in v2.34.0-rc2Ævar Arnfjörð Bjarmason2021-11-11-0/+2
* | | | Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store'Junio C Hamano2021-10-25-8/+12
|\ \ \ \
| * | | | commit: fix duplication regression in permission error outputÆvar Arnfjörð Bjarmason2021-10-12-8/+12
| | |_|/ | |/| |
* | | | Merge branch 'jt/no-abuse-alternate-odb-for-submodules'Junio C Hamano2021-10-25-1/+8
|\ \ \ \
| * | | | object-file: only register submodule ODB if neededJonathan Tan2021-10-08-1/+8
* | | | | Merge branch 'ab/fsck-unexpected-type'Junio C Hamano2021-10-25-99/+77
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason2021-10-01-11/+10
| * | | | fsck: don't hard die on invalid object typesÆvar Arnfjörð Bjarmason2021-10-01-12/+6
| * | | | object-file.c: stop dying in parse_loose_header()Ævar Arnfjörð Bjarmason2021-10-01-34/+33
| * | | | object-file.c: return ULHR_TOO_LONG on "header too long"Ævar Arnfjörð Bjarmason2021-10-01-2/+6
| * | | | object-file.c: use "enum" return type for unpack_loose_header()Ævar Arnfjörð Bjarmason2021-10-01-13/+21
| * | | | object-file.c: simplify unpack_loose_short_header()Ævar Arnfjörð Bjarmason2021-10-01-38/+20
| * | | | object-file.c: make parse_loose_header_extended() publicÆvar Arnfjörð Bjarmason2021-10-01-13/+7
| * | | | object-file.c: return -1, not "status" from unpack_loose_header()Ævar Arnfjörð Bjarmason2021-10-01-1/+1
| * | | | object-file.c: don't set "typep" when returning non-zeroÆvar Arnfjörð Bjarmason2021-10-01-2/+0
| | |_|/ | |/| |
* | | | Merge branch 'hn/refs-errno-cleanup'Junio C Hamano2021-10-03-68/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | refs file backend: move raceproof_create_file() hereÆvar Arnfjörð Bjarmason2021-08-25-68/+0
* | | | Merge branch 'rs/packfile-bad-object-list-in-oidset'Junio C Hamano2021-09-23-2/+2
|\ \ \ \
| * | | | packfile: convert has_packed_and_bad() to object_idRené Scharfe2021-09-12-1/+1
| * | | | packfile: convert mark_bad_packed_object() to object_idRené Scharfe2021-09-12-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'jt/grep-wo-submodule-odb-as-alternate'Junio C Hamano2021-09-20-0/+5
|\ \ \ \
| * | | | submodule: lazily add submodule ODBs as alternatesJonathan Tan2021-09-08-0/+5
* | | | | midx: avoid opening multiple MIDXs when writingTaylor Blau2021-09-01-0/+21
| |/ / / |/| | |
* | | | Merge branch 'cb/many-alternate-optim-fixup'Junio C Hamano2021-08-11-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | object-file: use unsigned arithmetic with bit maskRené Scharfe2021-08-11-1/+1
* | | | Merge branch 'ew/many-alternate-optim'Junio C Hamano2021-07-28-30/+45
|\| | | | |/ / |/| |
| * | oidtree: a crit-bit tree for odb_loose_cacheEric Wong2021-07-07-11/+12
| * | make object_directory.loose_objects_subdir_seen a bitmapEric Wong2021-07-07-3/+8
| * | avoid strlen via strbuf_addstr in link_alt_odb_entryEric Wong2021-07-07-4/+4
| * | speed up alt_odb_usable() with many alternatesEric Wong2021-07-07-12/+21
| |/
* | Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano2021-07-16-5/+2
|\ \
| * | promisor-remote: teach lazy-fetch in any repoJonathan Tan2021-06-28-5/+2
| |/
* / xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong2021-06-29-1/+15
|/
* Merge branch 'en/dir-traversal'Junio C Hamano2021-05-20-3/+1
|\
| * dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren2021-05-13-3/+1
* | hash: provide per-algorithm null OIDsbrian m. carlson2021-04-27-1/+16
* | hash: set, copy, and use algo field in struct object_idbrian m. carlson2021-04-27-4/+11
* | Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson2021-04-27-4/+4
* | hash: add a function to finalize object IDsbrian m. carlson2021-04-27-0/+25
|/
* use CALLOC_ARRAYRené Scharfe2021-03-13-1/+1