aboutsummaryrefslogtreecommitdiff
path: root/object-name.c
AgeCommit message (Expand)Author
8 daysMerge branch 'ps/odb-generic-object-name-handling'Junio C Hamano
2026-03-30Merge branch 'jw/object-name-bitset-to-enum'Junio C Hamano
2026-03-20odb: introduce generic `odb_find_abbrev_len()`Patrick Steinhardt
2026-03-20object-file: move logic to compute packed abbreviation lengthPatrick Steinhardt
2026-03-20object-name: move logic to compute loose abbreviation lengthPatrick Steinhardt
2026-03-20object-name: simplify computing common prefixesPatrick Steinhardt
2026-03-20object-name: abbreviate loose object names without `disambiguate_state`Patrick Steinhardt
2026-03-20object-name: merge `update_candidates()` and `match_prefix()`Patrick Steinhardt
2026-03-20object-name: backend-generic `get_short_oid()`Patrick Steinhardt
2026-03-20object-name: backend-generic `repo_collect_ambiguous()`Patrick Steinhardt
2026-03-20object-name: extract function to parse object ID prefixesPatrick Steinhardt
2026-03-20object-name: move logic to iterate through packed prefixed objectsPatrick Steinhardt
2026-03-20object-name: move logic to iterate through loose prefixed objectsPatrick Steinhardt
2026-03-20oidtree: extend iteration to allow for arbitrary return codesPatrick Steinhardt
2026-03-18object-name: turn INTERPRET_BRANCH_* constants into enum valuesJialong Wang
2026-03-12odb: introduce generic object countingPatrick Steinhardt
2026-02-13Merge branch 'ps/commit-list-functions-renamed'Junio C Hamano
2026-02-05global: constify some pointers that are not written toCollin Funk
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt
2025-12-29tag: support arbitrary repositories in parse_tag()René Scharfe
2025-11-24Merge branch 'ps/object-source-loose'Junio C Hamano
2025-11-19Merge branch 'ps/ref-peeled-tags'Junio C Hamano
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-11-03object-file: move loose object cache into loose sourcePatrick Steinhardt
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt
2025-10-16object-name: convert to use `packfile_store_get_all_packs()`Patrick Steinhardt
2025-10-07Merge branch 'ps/packfile-store'Junio C Hamano
2025-09-29Merge branch 'ps/packfile-store' into tb/incremental-midx-part-3.1Junio C Hamano
2025-09-24packfile: refactor `get_packed_git()` to work on packfile storePatrick Steinhardt
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt
2025-09-23Merge branch 'rs/get-oid-with-flags-cleanup'Junio C Hamano
2025-09-18Merge branch 'jc/longer-disambiguation-fix'Junio C Hamano
2025-09-15Merge branch 'rs/object-name-extend-abbrev-len-update'Junio C Hamano
2025-09-10use repo_get_oid_with_flags()René Scharfe
2025-09-04object-name: declare pointer type of extend_abbrev_len()'s 2nd parameterRené Scharfe
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano
2025-08-14abbrev: allow extending beyond 32 chars to disambiguateJunio C Hamano
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt
2025-08-03Merge branch 'ps/object-store-midx'Junio C Hamano
2025-07-28Merge branch 'rs/pop-recent-commit-with-prio-queue'Junio C Hamano
2025-07-22commit: convert pop_most_recent_commit() to prio_queueRené Scharfe
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-15packfile: refactor `get_multi_pack_index()` to work on sourcesPatrick Steinhardt
2025-07-09Merge branch 'ps/object-store' into ps/object-store-midxJunio C Hamano
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-06-30Merge branch 'bc/stash-export-import'Junio C Hamano
2025-06-12object-name: make get_oid quietly return an errorbrian m. carlson
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt