summaryrefslogtreecommitdiff
path: root/object-file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/fsck-unexpected-type'Junio C Hamano2021-11-121-3/+2
|\
| * object-file: free(*contents) only in read_loose_object() callerÆvar Arnfjörð Bjarmason2021-11-111-5/+2
| * object-file: fix SEGV on free() regression in v2.34.0-rc2Ævar Arnfjörð Bjarmason2021-11-111-0/+2
* | Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store'Junio C Hamano2021-10-251-8/+12
|\ \
| * | commit: fix duplication regression in permission error outputÆvar Arnfjörð Bjarmason2021-10-121-8/+12
* | | Merge branch 'jt/no-abuse-alternate-odb-for-submodules'Junio C Hamano2021-10-251-1/+8
|\ \ \
| * | | object-file: only register submodule ODB if neededJonathan Tan2021-10-081-1/+8
* | | | Merge branch 'ab/fsck-unexpected-type'Junio C Hamano2021-10-251-99/+77
|\ \ \ \ | | |_|/ | |/| |
| * | | fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason2021-10-011-11/+10
| * | | fsck: don't hard die on invalid object typesÆvar Arnfjörð Bjarmason2021-10-011-12/+6
| * | | object-file.c: stop dying in parse_loose_header()Ævar Arnfjörð Bjarmason2021-10-011-34/+33
| * | | object-file.c: return ULHR_TOO_LONG on "header too long"Ævar Arnfjörð Bjarmason2021-10-011-2/+6
| * | | object-file.c: use "enum" return type for unpack_loose_header()Ævar Arnfjörð Bjarmason2021-10-011-13/+21
| * | | object-file.c: simplify unpack_loose_short_header()Ævar Arnfjörð Bjarmason2021-10-011-38/+20
| * | | object-file.c: make parse_loose_header_extended() publicÆvar Arnfjörð Bjarmason2021-10-011-13/+7
| * | | object-file.c: return -1, not "status" from unpack_loose_header()Ævar Arnfjörð Bjarmason2021-10-011-1/+1
| * | | object-file.c: don't set "typep" when returning non-zeroÆvar Arnfjörð Bjarmason2021-10-011-2/+0
* | | | 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