summaryrefslogtreecommitdiffstats
path: root/object.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* refs: pass repo when peeling objectsPatrick Steinhardt2024-05-171-4/+6
* refs: move object peeling into "object.c"Patrick Steinhardt2024-05-171-0/+21
* Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-0/+2
|\
| * loose: add a mapping between SHA-1 and SHA-256 for loose objectsbrian m. carlson2023-10-021-0/+2
* | Merge branch 'jk/upload-pack-bounded-resources'Junio C Hamano2024-03-081-0/+14
|\ \
| * | upload-pack: free tree buffers after parsingJeff King2024-02-281-0/+14
| |/
* / use xstrncmpz()René Scharfe2024-02-121-2/+1
|/
* Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-1/+2
|\
| * cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
| * statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren2023-06-211-0/+1
* | object: add object_array initializer helper functionTaylor Blau2023-05-081-0/+6
|/
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* blob: drop unused parts of parse_blob_buffer()Jeff King2022-12-131-3/+2
* parse_object(): simplify blob conditionalÆvar Arnfjörð Bjarmason2022-11-221-1/+1
* parse_object(): check on-disk type of suspected blobJeff King2022-11-181-2/+2
* parse_object(): drop extra "has" check before checking object typeJeff King2022-11-181-2/+1
* Merge branch 'jk/fsck-on-diet'Junio C Hamano2022-10-101-1/+2
|\
| * parse_object_buffer(): respect save_commit_bufferJeff King2022-09-221-1/+2
* | parse_object(): check commit-graph when skip_hash setJeff King2022-09-071-0/+6
* | parse_object(): allow skipping hash checkJeff King2022-09-071-3/+12
|/
* object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-261-2/+1
* object-file API: split up and simplify check_object_signature()Ævar Arnfjörð Bjarmason2022-02-261-2/+2
* Merge branch 'ns/tmp-objdir'Junio C Hamano2022-01-041-1/+1
|\
| * tmp-objdir: new API for creating temporary writable databasesNeeraj Singh2021-12-081-1/+1
* | object.c: use BUG(...) no die("BUG: ...") in lookup_object_by_type()Ævar Arnfjörð Bjarmason2021-12-071-1/+1
* | Merge branch 'ab/fsck-unexpected-type'Junio C Hamano2021-10-261-2/+2
|\ \ | |/ |/|
| * fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason2021-10-021-2/+2
* | Merge branch 'jk/log-decorate-optim'Junio C Hamano2021-07-281-0/+18
|\ \
| * | object.h: add lookup_object_by_type() functionJeff King2021-06-291-0/+18
| |/
* / speed up alt_odb_usable() with many alternatesEric Wong2021-07-081-0/+2
|/
* lookup_unknown_object(): take a repository argumentJeff King2021-04-131-4/+3
* use CALLOC_ARRAYRené Scharfe2021-03-141-2/+2
* bundle: lost objects when removing duplicate pendingsJiang Xin2021-01-121-4/+6
* Merge branch 'en/strmap'Junio C Hamano2020-11-221-1/+1
|\
| * hashmap: provide deallocation function namesElijah Newren2020-11-021-1/+1
* | object: allow clear_commit_marks_all to handle any repoRené Scharfe2020-10-311-3/+3
|/
* object: drop parsed_object_pool->commit_countAbhishek Kumar2020-06-171-2/+2
* Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano2020-03-031-0/+9
|\
| * pack-bitmap: fix leak of haves/wants object listsJeff King2020-02-131-0/+9
* | Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano2020-02-141-2/+3
|\ \
| * | sha1-file: allow check_object_signature() to handle any repoMatheus Tavares2020-01-311-2/+3
| |/
* / replace-object: make replace operations thread-safeMatheus Tavares2020-01-171-0/+2
|/
* packfile.c: speed up loading lots of packfilesColin Stolley2019-12-031-0/+3
* treewide: remove duplicate #include directivesRené Scharfe2019-10-041-1/+0
* Merge branch 'jk/oidhash'Junio C Hamano2019-07-101-13/+13
|\
| * hashmap: convert sha1hash() to oidhash()Jeff King2019-06-201-1/+1
| * object: convert create_object() to use object_idJeff King2019-06-201-3/+3