summaryrefslogtreecommitdiffstats
path: root/object.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/log-decorate-optim'Junio C Hamano2021-07-281-0/+18
|\
| * object.h: add lookup_object_by_type() functionJeff King2021-06-281-0/+18
* | speed up alt_odb_usable() with many alternatesEric Wong2021-07-071-0/+2
|/
* lookup_unknown_object(): take a repository argumentJeff King2021-04-131-4/+3
* use CALLOC_ARRAYRené Scharfe2021-03-131-2/+2
* bundle: lost objects when removing duplicate pendingsJiang Xin2021-01-111-4/+6
* Merge branch 'en/strmap'Junio C Hamano2020-11-211-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-021-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-091-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
| * object: convert internal hash_obj() to object_idJeff King2019-06-201-4/+4
| * object: convert lookup_object() to use object_idJeff King2019-06-201-6/+6
| * object: convert lookup_unknown_object() to use object_idJeff King2019-06-201-3/+3
* | packfile: rename close_all_packs to close_object_storeDerrick Stolee2019-06-121-1/+1
|/
* object: fix leak of shallow_statJosh Steadmon2019-02-071-0/+2
* Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-061-2/+2
|\
| * prefer "hash mismatch" to "sha1 mismatch"Jeff King2019-01-081-2/+2
* | Merge branch 'sg/object-as-type-commit-graph-fix'Junio C Hamano2019-02-051-2/+3
|\ \
| * | object_as_type: initialize commit-graph-related fields of 'struct commit'SZEDER Gábor2019-01-271-2/+3
* | | Merge branch 'sb/more-repo-in-api'Junio C Hamano2019-02-051-4/+4
|\ \ \ | |_|/ |/| |
| * | commit: prepare free_commit_buffer and release_commit_memory for any repoStefan Beller2018-12-281-1/+1
| * | object: parse_object to honor its repository argumentStefan Beller2018-11-141-3/+3
* | | object-store: factor out odb_clear_loose_cache()René Scharfe2019-01-081-1/+1
* | | sha1-file: use an object_directory for the main object dirJeff King2018-11-131-9/+10
* | | handle alternates paths the same as the main object dirJeff King2018-11-131-1/+0
* | | rename "alternate_object_database" to "object_directory"Jeff King2018-11-131-5/+5
|/ /
* / convert "hashcmp() == 0" to hasheq()Jeff King2018-08-291-1/+1
|/
* Merge branch 'nd/i18n'Junio C Hamano2018-08-151-5/+5
|\
| * object.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-5/+5
* | commit-graph: store graph in struct object_storeJonathan Tan2018-07-171-0/+5
* | object.c: allow parse_object to handle arbitrary repositoriesStefan Beller2018-06-291-7/+7
* | object.c: allow parse_object_buffer to handle arbitrary repositoriesStefan Beller2018-06-291-9/+9
* | commit.c: migrate the commit buffer to the parsed object storeStefan Beller2018-06-291-0/+5
* | object: allow lookup_object to handle arbitrary repositoriesStefan Beller2018-06-291-8/+7
* | object: allow object_as_type to handle arbitrary repositoriesStefan Beller2018-06-291-2/+2
* | tag: add repository argument to parse_tag_bufferStefan Beller2018-06-291-1/+1
* | tag: add repository argument to lookup_tagStefan Beller2018-06-291-1/+1
* | commit: add repository argument to get_cached_commit_bufferStefan Beller2018-06-291-1/+1
* | commit: add repository argument to set_commit_bufferStefan Beller2018-06-291-1/+1
* | commit: add repository argument to parse_commit_bufferStefan Beller2018-06-291-1/+1