summaryrefslogtreecommitdiffstats
path: root/object.c
AgeCommit message (Expand)AuthorLines
2022-01-03Merge branch 'ns/tmp-objdir'Junio C Hamano-1/+1
2021-12-08tmp-objdir: new API for creating temporary writable databasesNeeraj Singh-1/+1
2021-12-07object.c: use BUG(...) no die("BUG: ...") in lookup_object_by_type()Ævar Arnfjörð Bjarmason-1/+1
2021-10-25Merge branch 'ab/fsck-unexpected-type'Junio C Hamano-2/+2
2021-10-01fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason-2/+2
2021-07-28Merge branch 'jk/log-decorate-optim'Junio C Hamano-0/+18
2021-07-07speed up alt_odb_usable() with many alternatesEric Wong-0/+2
2021-06-28object.h: add lookup_object_by_type() functionJeff King-0/+18
2021-04-13lookup_unknown_object(): take a repository argumentJeff King-4/+3
2021-03-13use CALLOC_ARRAYRené Scharfe-2/+2
2021-01-11bundle: lost objects when removing duplicate pendingsJiang Xin-4/+6
2020-11-21Merge branch 'en/strmap'Junio C Hamano-1/+1
2020-11-02hashmap: provide deallocation function namesElijah Newren-1/+1
2020-10-31object: allow clear_commit_marks_all to handle any repoRené Scharfe-3/+3
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar-2/+2
2020-03-02Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano-0/+9
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano-2/+3
2020-02-13pack-bitmap: fix leak of haves/wants object listsJeff King-0/+9
2020-01-31sha1-file: allow check_object_signature() to handle any repoMatheus Tavares-2/+3
2020-01-17replace-object: make replace operations thread-safeMatheus Tavares-0/+2
2019-12-03packfile.c: speed up loading lots of packfilesColin Stolley-0/+3
2019-10-04treewide: remove duplicate #include directivesRené Scharfe-1/+0
2019-07-09Merge branch 'jk/oidhash'Junio C Hamano-13/+13
2019-06-20hashmap: convert sha1hash() to oidhash()Jeff King-1/+1
2019-06-20object: convert create_object() to use object_idJeff King-3/+3
2019-06-20object: convert internal hash_obj() to object_idJeff King-4/+4
2019-06-20object: convert lookup_object() to use object_idJeff King-6/+6
2019-06-20object: convert lookup_unknown_object() to use object_idJeff King-3/+3
2019-06-12packfile: rename close_all_packs to close_object_storeDerrick Stolee-1/+1
2019-02-07object: fix leak of shallow_statJosh Steadmon-0/+2
2019-02-06Merge branch 'jk/loose-object-cache-oid'Junio C Hamano-2/+2
2019-02-05Merge branch 'sg/object-as-type-commit-graph-fix'Junio C Hamano-2/+3
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano-4/+4
2019-01-27object_as_type: initialize commit-graph-related fields of 'struct commit'SZEDER Gábor-2/+3
2019-01-08prefer "hash mismatch" to "sha1 mismatch"Jeff King-2/+2
2019-01-08object-store: factor out odb_clear_loose_cache()René Scharfe-1/+1
2018-12-28commit: prepare free_commit_buffer and release_commit_memory for any repoStefan Beller-1/+1
2018-11-14object: parse_object to honor its repository argumentStefan Beller-3/+3
2018-11-13sha1-file: use an object_directory for the main object dirJeff King-9/+10
2018-11-13handle alternates paths the same as the main object dirJeff King-1/+0
2018-11-13rename "alternate_object_database" to "object_directory"Jeff King-5/+5
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King-1/+1
2018-08-15Merge branch 'nd/i18n'Junio C Hamano-5/+5
2018-07-23object.c: mark more strings for translationNguyễn Thái Ngọc Duy-5/+5
2018-07-17commit-graph: store graph in struct object_storeJonathan Tan-0/+5
2018-06-29object.c: allow parse_object to handle arbitrary repositoriesStefan Beller-7/+7
2018-06-29object.c: allow parse_object_buffer to handle arbitrary repositoriesStefan Beller-9/+9
2018-06-29commit.c: migrate the commit buffer to the parsed object storeStefan Beller-0/+5
2018-06-29object: allow lookup_object to handle arbitrary repositoriesStefan Beller-8/+7
2018-06-29object: allow object_as_type to handle arbitrary repositoriesStefan Beller-2/+2