summaryrefslogtreecommitdiffstats
path: root/ref-filter.c
AgeCommit message (Expand)AuthorLines
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
2024-09-09ref-filter: drop useless cast in trailers_atom_parser()Jeff King-1/+1
2024-09-09ref-filter: strip signature when parsing tag trailersJeff King-1/+9
2024-09-09ref-filter: avoid extra copies of payload/signatureJeff King-8/+3
2024-08-26Merge branch 'ds/for-each-ref-is-base'Junio C Hamano-1/+76
2024-08-17ref-filter: drop unused parameters from email_atom_option_parser()Jeff King-3/+2
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano-5/+12
2024-08-14for-each-ref: add 'is-base' tokenDerrick Stolee-1/+76
2024-08-09ref-filter: populate symref from iteratorJohn Cai-5/+12
2024-08-09refs: add referent to each_ref_fnJohn Cai-2/+2
2024-08-05set errno=0 before strtoX callsKyle Lippincott-0/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano-1/+1
2024-05-28Merge branch 'ps/pseudo-ref-terminology'Junio C Hamano-7/+9
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt-1/+1
2024-05-15ref-filter: properly distinuish pseudo and root refsPatrick Steinhardt-7/+9
2024-05-15refs: do not check ref existence in `is_root_ref()`Patrick Steinhardt-1/+1
2024-05-15refs: rename `is_pseudoref()` to `is_root_ref()`Patrick Steinhardt-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt-10/+25
2024-05-07refs: add `exclude_patterns` parameter to `for_each_fullref_in()`Patrick Steinhardt-5/+5
2024-04-05date: make DATE_MODE thread-safeRené Scharfe-1/+1
2024-03-14Merge branch 'la/trailer-api'Junio C Hamano-1/+1
2024-03-05Merge branch 'kn/for-all-refs'Junio C Hamano-3/+27
2024-03-01trailer: reorder format_trailers_from_commit() parametersLinus Arver-1/+1
2024-02-23for-each-ref: add new option to include root refsKarthik Nayak-2/+26
2024-02-23ref-filter: rename 'FILTER_REFS_ALL' to 'FILTER_REFS_REGULAR'Karthik Nayak-1/+1
2024-02-07ref-filter.c: sort formatted dates by byte valueVictoria Dye-0/+6
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano-3/+0
2024-01-02Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano-1/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-2/+0
2023-12-09Merge branch 'vd/for-each-ref-unsorted-optimization'Junio C Hamano-79/+193
2023-11-16ref-filter.c: use peeled tag for '*' format fieldsVictoria Dye-9/+4