aboutsummaryrefslogtreecommitdiff
path: root/builtin/show-ref.c
AgeCommit message (Expand)Author
14 daysodb: rename `odb_has_object()` flagsPatrick Steinhardt
2026-02-23refs: replace `refs_for_each_fullref_in()`Patrick Steinhardt
2025-11-04builtin/show-ref: convert to use `reference_get_peeled_oid()`Patrick Steinhardt
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-08-01Merge branch 'as/show-ref-option-help-update'Junio C Hamano
2024-07-25show-ref: improve short help messages of optionsAlexander Shopov
2024-06-20Merge branch 'jc/heads-are-branches'Junio C Hamano
2024-06-04show-ref: introduce --branches and deprecate --headsJunio C Hamano
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-05-07refs: add `exclude_patterns` parameter to `for_each_fullref_in()`Patrick Steinhardt
2024-02-07show-ref --verify: accept pseudorefsPhillip Wood
2024-01-29Merge branch 'tc/show-ref-exists-fix'Junio C Hamano
2024-01-18builtin/show-ref: treat directory as non-existing in --existsToon Claes
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-11show-ref: use die_for_incompatible_opt3()René Scharfe
2023-11-01builtin/show-ref: add new mode to check for reference existencePatrick Steinhardt
2023-11-01builtin/show-ref: explicitly spell out different modes in synopsisPatrick Steinhardt
2023-11-01builtin/show-ref: ensure mutual exclusiveness of subcommandsPatrick Steinhardt
2023-11-01builtin/show-ref: refactor options for patterns subcommandPatrick Steinhardt
2023-11-01builtin/show-ref: stop using global vars for `show_one()`Patrick Steinhardt
2023-11-01builtin/show-ref: stop using global variable to count matchesPatrick Steinhardt
2023-11-01builtin/show-ref: refactor `--exclude-existing` optionsPatrick Steinhardt
2023-11-01builtin/show-ref: fix dead code when passing patternsPatrick Steinhardt
2023-11-01builtin/show-ref: fix leaking string bufferPatrick Steinhardt
2023-11-01builtin/show-ref: split up different subcommandsPatrick Steinhardt
2023-11-01builtin/show-ref: convert pattern to a local variablePatrick Steinhardt
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-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused each_ref_fn parametersJeff King