aboutsummaryrefslogtreecommitdiffstats
path: root/ref-filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-21ref-filter: export ref_kind_from_refname()Justin Tobler1-1/+1
2025-10-21ref-filter: allow NULL filter patternJustin Tobler1-2/+2
2025-08-21Merge branch 'jc/string-list-split'Junio C Hamano1-2/+2
2025-08-04Merge branch 'kn/for-each-ref-skip-updates'Junio C Hamano1-2/+3
2025-08-03Merge branch 'kn/for-each-ref-skip'Junio C Hamano1-37/+79
2025-08-02string-list: align string_list_split() with its _in_place() counterpartJunio C Hamano1-2/+2
2025-07-28ref-filter: use REF_ITERATOR_SEEK_SET_PREFIX instead of '1'Karthik Nayak1-2/+3
2025-07-15for-each-ref: introduce a '--start-after' optionKarthik Nayak1-18/+60
2025-07-15ref-filter: remove unnecessary else clauseKarthik Nayak1-30/+30
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-2/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-01-29Merge branch 'rs/ref-fitler-used-atoms-value-fix'Junio C Hamano1-54/+63
2025-01-21ref-filter: remove ref_format_clear()René Scharfe1-11/+0
2025-01-21ref-filter: move is-base tip to used_atomRené Scharfe1-23/+33
2025-01-21ref-filter: move ahead-behind bases into used_atomRené Scharfe1-20/+30
2024-12-27commit-reach: use `size_t` to track indices in `get_reachable_subset()`Patrick Steinhardt1-1/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-10-21ref-filter: format iteratively with lexicographic refname sortingPatrick Steinhardt1-8/+21
2024-09-25Merge branch 'ak/refs-symref-referent-typofix'Junio C Hamano1-1/+1
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano1-1/+2
2024-09-19ref-filter: fix a typoAndrew Kreimer1-1/+1
2024-09-12environment: stop storing "core.warnAmbiguousRefs" globallyPatrick Steinhardt1-1/+2
2024-09-10ref-filter: fix leak with unterminated %(if) atomsPatrick Steinhardt1-3/+5
2024-09-09ref-filter: add ref_format_clear() functionJeff King1-0/+13
2024-09-09ref-filter: fix leak when formatting %(push:remoteref)Jeff King1-1/+1
2024-09-09ref-filter: fix leak with %(describe) argumentsJeff King1-5/+6
2024-09-09ref-filter: fix leak of %(trailers) "argbuf"Jeff King1-3/+6
2024-09-09ref-filter: store ref_trailer_buf data per-atomJeff King1-6/+30
2024-09-09ref-filter: drop useless cast in trailers_atom_parser()Jeff King1-1/+1
2024-09-09ref-filter: strip signature when parsing tag trailersJeff King1-1/+9
2024-09-09ref-filter: avoid extra copies of payload/signatureJeff King1-8/+3
2024-08-26Merge branch 'ds/for-each-ref-is-base'Junio C Hamano1-1/+76
2024-08-17ref-filter: drop unused parameters from email_atom_option_parser()Jeff King1-3/+2
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano1-5/+12
2024-08-14for-each-ref: add 'is-base' tokenDerrick Stolee1-1/+76
2024-08-09ref-filter: populate symref from iteratorJohn Cai1-5/+12
2024-08-09refs: add referent to each_ref_fnJohn Cai1-2/+2
2024-08-05set errno=0 before strtoX callsKyle Lippincott1-0/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano1-1/+1
2024-05-28Merge branch 'ps/pseudo-ref-terminology'Junio C Hamano1-7/+9
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt1-1/+1
2024-05-15ref-filter: properly distinuish pseudo and root refsPatrick Steinhardt1-7/+9
2024-05-15refs: do not check ref existence in `is_root_ref()`Patrick Steinhardt1-1/+1
2024-05-15refs: rename `is_pseudoref()` to `is_root_ref()`Patrick Steinhardt1-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-10/+25
2024-05-07refs: add `exclude_patterns` parameter to `for_each_fullref_in()`Patrick Steinhardt1-5/+5
2024-04-05date: make DATE_MODE thread-safeRené Scharfe1-1/+1
2024-03-14Merge branch 'la/trailer-api'Junio C Hamano1-1/+1