aboutsummaryrefslogtreecommitdiff
path: root/object-name.c
AgeCommit message (Expand)Author
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano
2025-03-12object-name: allow skipping ambiguity checks in `get_oid()` familyPatrick Steinhardt
2025-03-12object-name: introduce `repo_get_oid_with_flags()`Patrick Steinhardt
2025-03-03object-name.c: *.txt -> *.adoc fixesTodd Zullinger
2025-01-13object-name: be more strict in parsing describe-like outputElijah Newren
2025-01-13object-name: fix resolution of object names containing curly bracesElijah Newren
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-15Merge branch 'ps/commit-with-message-syntax-fix'Junio C Hamano
2024-12-15Merge branch 'bf/explicit-config-set-in-advice-messages'Junio C Hamano
2024-12-08object-name: fix reversed ordering with ":/<text>" revisionsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-06advice: suggest using subcommand "git config set"Bence Ferdinandy
2024-12-03refs: move ref name helpers aroundJunio C Hamano
2024-09-12environment: stop storing "core.warnAmbiguousRefs" globallyPatrick Steinhardt
2024-08-23Merge branch 'ps/leakfixes-part-4'Junio C Hamano
2024-08-19Merge branch 'tb/incremental-midx-part-1'Junio C Hamano
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano
2024-08-14object-name: fix leaking symlink paths in object contextPatrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-08-06midx: introduce `bsearch_one_midx()`Taylor Blau
2024-08-01object-name: fix leaking commit list itemsPatrick Steinhardt
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-12object-name: don't try to abbreviate to lengths greater than hexszPatrick Steinhardt
2024-06-11object-name: free leaking object contextsPatrick Steinhardt
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin
2024-02-26get_oid_basic(): special-case ref@{n} for oldest reflog entryJeff King
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-02object-names: support input of oids in any supported hashEric W. Biederman
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-12object-name: move related functions to object-nameCalvin Wan
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24object-store.h: reduce unnecessary includesElijah Newren
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28Merge branch 'fc/oid-quietly-parse-upstream'Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason