aboutsummaryrefslogtreecommitdiff
path: root/ref-filter.c
AgeCommit message (Expand)Author
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano
2026-03-04Merge branch 'bk/mailmap-wo-the-repository'Junio C Hamano
2026-02-27Merge branch 'jk/ref-filter-lrstrip-optim'Junio C Hamano
2026-02-23refs: generalize `refs_for_each_fullref_in_prefixes()`Patrick Steinhardt
2026-02-23refs: rename `each_ref_fn`Patrick Steinhardt
2026-02-23refs: rename `do_for_each_ref_flags`Patrick Steinhardt
2026-02-20ref-filter: clarify lstrip/rstrip component countingJeff King
2026-02-20mailmap: stop using the_repositoryBurak Kaan Karaçay
2026-02-17ref-filter: avoid strrchr() in rstrip_ref_components()Jeff King
2026-02-17ref-filter: simplify rstrip_ref_components() memory handlingJeff King
2026-02-17ref-filter: simplify lstrip_ref_components() memory handlingJeff King
2026-02-17ref-filter: factor out refname component countingJeff King
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-06object: fix performance regression when peeling tagsPatrick Steinhardt
2025-11-04ref-filter: fix stale parsed objectsPatrick Steinhardt
2025-11-04ref-filter: parse objects on demandPatrick Steinhardt
2025-11-04ref-filter: detect broken tags when dereferencing themPatrick Steinhardt
2025-11-04object: add flag to `peel_object()` to verify object typePatrick Steinhardt
2025-11-04ref-filter: propagate peeled object IDPatrick Steinhardt
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-10-21ref-filter: export ref_kind_from_refname()Justin Tobler
2025-10-21ref-filter: allow NULL filter patternJustin Tobler
2025-08-21Merge branch 'jc/string-list-split'Junio C Hamano
2025-08-04Merge branch 'kn/for-each-ref-skip-updates'Junio C Hamano
2025-08-03Merge branch 'kn/for-each-ref-skip'Junio C Hamano
2025-08-02string-list: align string_list_split() with its _in_place() counterpartJunio C Hamano
2025-07-28ref-filter: use REF_ITERATOR_SEEK_SET_PREFIX instead of '1'Karthik Nayak
2025-07-15for-each-ref: introduce a '--start-after' optionKarthik Nayak
2025-07-15ref-filter: remove unnecessary else clauseKarthik Nayak
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-01-29Merge branch 'rs/ref-fitler-used-atoms-value-fix'Junio C Hamano
2025-01-21ref-filter: remove ref_format_clear()René Scharfe
2025-01-21ref-filter: move is-base tip to used_atomRené Scharfe
2025-01-21ref-filter: move ahead-behind bases into used_atomRené Scharfe
2024-12-27commit-reach: use `size_t` to track indices in `get_reachable_subset()`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-10-21ref-filter: format iteratively with lexicographic refname sortingPatrick Steinhardt
2024-09-25Merge branch 'ak/refs-symref-referent-typofix'Junio C Hamano
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano
2024-09-19ref-filter: fix a typoAndrew Kreimer
2024-09-12environment: stop storing "core.warnAmbiguousRefs" globallyPatrick Steinhardt
2024-09-10ref-filter: fix leak with unterminated %(if) atomsPatrick Steinhardt
2024-09-09ref-filter: add ref_format_clear() functionJeff King
2024-09-09ref-filter: fix leak when formatting %(push:remoteref)Jeff King
2024-09-09ref-filter: fix leak with %(describe) argumentsJeff King
2024-09-09ref-filter: fix leak of %(trailers) "argbuf"Jeff King
2024-09-09ref-filter: store ref_trailer_buf data per-atomJeff King