Age | Commit message (Expand) | Author | Files | Lines |
2020-11-21 | Merge branch 'en/strmap' | Junio C Hamano | 1 | -1/+1 |
2020-11-02 | hashmap: provide deallocation function names | Elijah Newren | 1 | -1/+1 |
2020-10-31 | object: allow clear_commit_marks_all to handle any repo | René Scharfe | 1 | -3/+3 |
2020-06-17 | object: drop parsed_object_pool->commit_count | Abhishek Kumar | 1 | -2/+2 |
2020-03-02 | Merge branch 'jk/object-filter-with-bitmap' | Junio C Hamano | 1 | -0/+9 |
2020-02-14 | Merge branch 'mt/use-passed-repo-more-in-funcs' | Junio C Hamano | 1 | -2/+3 |
2020-02-13 | pack-bitmap: fix leak of haves/wants object lists | Jeff King | 1 | -0/+9 |
2020-01-31 | sha1-file: allow check_object_signature() to handle any repo | Matheus Tavares | 1 | -2/+3 |
2020-01-17 | replace-object: make replace operations thread-safe | Matheus Tavares | 1 | -0/+2 |
2019-12-03 | packfile.c: speed up loading lots of packfiles | Colin Stolley | 1 | -0/+3 |
2019-10-04 | treewide: remove duplicate #include directives | René Scharfe | 1 | -1/+0 |
2019-07-09 | Merge branch 'jk/oidhash' | Junio C Hamano | 1 | -13/+13 |
2019-06-20 | hashmap: convert sha1hash() to oidhash() | Jeff King | 1 | -1/+1 |
2019-06-20 | object: convert create_object() to use object_id | Jeff King | 1 | -3/+3 |
2019-06-20 | object: convert internal hash_obj() to object_id | Jeff King | 1 | -4/+4 |
2019-06-20 | object: convert lookup_object() to use object_id | Jeff King | 1 | -6/+6 |
2019-06-20 | object: convert lookup_unknown_object() to use object_id | Jeff King | 1 | -3/+3 |
2019-06-12 | packfile: rename close_all_packs to close_object_store | Derrick Stolee | 1 | -1/+1 |
2019-02-07 | object: fix leak of shallow_stat | Josh Steadmon | 1 | -0/+2 |
2019-02-06 | Merge branch 'jk/loose-object-cache-oid' | Junio C Hamano | 1 | -2/+2 |
2019-02-05 | Merge branch 'sg/object-as-type-commit-graph-fix' | Junio C Hamano | 1 | -2/+3 |
2019-02-05 | Merge branch 'sb/more-repo-in-api' | Junio C Hamano | 1 | -4/+4 |
2019-01-27 | object_as_type: initialize commit-graph-related fields of 'struct commit' | SZEDER Gábor | 1 | -2/+3 |
2019-01-08 | prefer "hash mismatch" to "sha1 mismatch" | Jeff King | 1 | -2/+2 |
2019-01-08 | object-store: factor out odb_clear_loose_cache() | René Scharfe | 1 | -1/+1 |
2018-12-28 | commit: prepare free_commit_buffer and release_commit_memory for any repo | Stefan Beller | 1 | -1/+1 |
2018-11-14 | object: parse_object to honor its repository argument | Stefan Beller | 1 | -3/+3 |
2018-11-13 | sha1-file: use an object_directory for the main object dir | Jeff King | 1 | -9/+10 |
2018-11-13 | handle alternates paths the same as the main object dir | Jeff King | 1 | -1/+0 |
2018-11-13 | rename "alternate_object_database" to "object_directory" | Jeff King | 1 | -5/+5 |
2018-08-29 | convert "hashcmp() == 0" to hasheq() | Jeff King | 1 | -1/+1 |
2018-08-15 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -5/+5 |
2018-07-23 | object.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 1 | -5/+5 |
2018-07-17 | commit-graph: store graph in struct object_store | Jonathan Tan | 1 | -0/+5 |
2018-06-29 | object.c: allow parse_object to handle arbitrary repositories | Stefan Beller | 1 | -7/+7 |
2018-06-29 | object.c: allow parse_object_buffer to handle arbitrary repositories | Stefan Beller | 1 | -9/+9 |
2018-06-29 | commit.c: migrate the commit buffer to the parsed object store | Stefan Beller | 1 | -0/+5 |
2018-06-29 | object: allow lookup_object to handle arbitrary repositories | Stefan Beller | 1 | -8/+7 |
2018-06-29 | object: allow object_as_type to handle arbitrary repositories | Stefan Beller | 1 | -2/+2 |
2018-06-29 | tag: add repository argument to parse_tag_buffer | Stefan Beller | 1 | -1/+1 |
2018-06-29 | tag: add repository argument to lookup_tag | Stefan Beller | 1 | -1/+1 |
2018-06-29 | commit: add repository argument to get_cached_commit_buffer | Stefan Beller | 1 | -1/+1 |
2018-06-29 | commit: add repository argument to set_commit_buffer | Stefan Beller | 1 | -1/+1 |
2018-06-29 | commit: add repository argument to parse_commit_buffer | Stefan Beller | 1 | -1/+1 |
2018-06-29 | commit: add repository argument to lookup_commit | Stefan Beller | 1 | -1/+1 |
2018-06-29 | tree: add repository argument to lookup_tree | Stefan Beller | 1 | -1/+1 |
2018-06-29 | blob: add repository argument to lookup_blob | Stefan Beller | 1 | -2/+2 |
2018-06-29 | object: add repository argument to object_as_type | Stefan Beller | 1 | -1/+1 |
2018-06-29 | object: add repository argument to parse_object_buffer | Stefan Beller | 1 | -2/+3 |
2018-06-29 | object: add repository argument to lookup_object | Stefan Beller | 1 | -4/+4 |