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