summaryrefslogtreecommitdiff
path: root/ref-filter.c
AgeCommit message (Expand)Author
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-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
2024-09-09ref-filter: drop useless cast in trailers_atom_parser()Jeff King
2024-09-09ref-filter: strip signature when parsing tag trailersJeff King
2024-09-09ref-filter: avoid extra copies of payload/signatureJeff King
2024-08-26Merge branch 'ds/for-each-ref-is-base'Junio C Hamano
2024-08-17ref-filter: drop unused parameters from email_atom_option_parser()Jeff King
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano
2024-08-14for-each-ref: add 'is-base' tokenDerrick Stolee
2024-08-09ref-filter: populate symref from iteratorJohn Cai
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-08-05set errno=0 before strtoX callsKyle Lippincott
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano
2024-05-28Merge branch 'ps/pseudo-ref-terminology'Junio C Hamano
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt
2024-05-15ref-filter: properly distinuish pseudo and root refsPatrick Steinhardt
2024-05-15refs: do not check ref existence in `is_root_ref()`Patrick Steinhardt
2024-05-15refs: rename `is_pseudoref()` to `is_root_ref()`Patrick 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-04-05date: make DATE_MODE thread-safeRené Scharfe
2024-03-14Merge branch 'la/trailer-api'Junio C Hamano
2024-03-05Merge branch 'kn/for-all-refs'Junio C Hamano
2024-03-01trailer: reorder format_trailers_from_commit() parametersLinus Arver
2024-02-23for-each-ref: add new option to include root refsKarthik Nayak
2024-02-23ref-filter: rename 'FILTER_REFS_ALL' to 'FILTER_REFS_REGULAR'Karthik Nayak