summaryrefslogtreecommitdiffstats
path: root/ref-filter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* commit-reach: use `size_t` to track indices in `get_reachable_subset()`Patrick Steinhardt2024-12-271-1/+1
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* ref-filter: format iteratively with lexicographic refname sortingPatrick Steinhardt2024-10-211-8/+21
* Merge branch 'ak/refs-symref-referent-typofix'Junio C Hamano2024-09-251-1/+1
|\
| * ref-filter: fix a typoAndrew Kreimer2024-09-191-1/+1
* | Merge branch 'ps/environ-wo-the-repository'Junio C Hamano2024-09-231-1/+2
|\ \
| * | environment: stop storing "core.warnAmbiguousRefs" globallyPatrick Steinhardt2024-09-121-1/+2
* | | ref-filter: fix leak with unterminated %(if) atomsPatrick Steinhardt2024-09-101-3/+5
* | | ref-filter: add ref_format_clear() functionJeff King2024-09-101-0/+13
* | | ref-filter: fix leak when formatting %(push:remoteref)Jeff King2024-09-101-1/+1
* | | ref-filter: fix leak with %(describe) argumentsJeff King2024-09-101-5/+6
* | | ref-filter: fix leak of %(trailers) "argbuf"Jeff King2024-09-101-3/+6
* | | ref-filter: store ref_trailer_buf data per-atomJeff King2024-09-101-6/+30
* | | ref-filter: drop useless cast in trailers_atom_parser()Jeff King2024-09-101-1/+1
* | | ref-filter: strip signature when parsing tag trailersJeff King2024-09-101-1/+9
* | | ref-filter: avoid extra copies of payload/signatureJeff King2024-09-101-8/+3
|/ /
* | Merge branch 'ds/for-each-ref-is-base'Junio C Hamano2024-08-261-1/+76
|\ \
| * | for-each-ref: add 'is-base' tokenDerrick Stolee2024-08-141-1/+76
* | | ref-filter: drop unused parameters from email_atom_option_parser()Jeff King2024-08-171-3/+2
* | | Merge branch 'jc/refs-symref-referent'Junio C Hamano2024-08-151-5/+12
|\ \ \ | | |/ | |/|
| * | ref-filter: populate symref from iteratorJohn Cai2024-08-091-5/+12
| * | refs: add referent to each_ref_fnJohn Cai2024-08-091-2/+2
| |/
* / set errno=0 before strtoX callsKyle Lippincott2024-08-051-0/+1
|/
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano2024-05-301-1/+1
|\
| * refs: pass repo when peeling objectsPatrick Steinhardt2024-05-171-1/+1
* | Merge branch 'ps/pseudo-ref-terminology'Junio C Hamano2024-05-281-7/+9
|\ \ | |/ |/|
| * ref-filter: properly distinuish pseudo and root refsPatrick Steinhardt2024-05-151-7/+9
| * refs: do not check ref existence in `is_root_ref()`Patrick Steinhardt2024-05-151-1/+1
| * refs: rename `is_pseudoref()` to `is_root_ref()`Patrick Steinhardt2024-05-151-1/+1
* | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-10/+25
* | refs: add `exclude_patterns` parameter to `for_each_fullref_in()`Patrick Steinhardt2024-05-071-5/+5
|/
* date: make DATE_MODE thread-safeRené Scharfe2024-04-061-1/+1
* Merge branch 'la/trailer-api'Junio C Hamano2024-03-141-1/+1
|\
| * trailer: reorder format_trailers_from_commit() parametersLinus Arver2024-03-011-1/+1
* | Merge branch 'kn/for-all-refs'Junio C Hamano2024-03-051-3/+27
|\ \
| * | for-each-ref: add new option to include root refsKarthik Nayak2024-02-231-2/+26
| * | ref-filter: rename 'FILTER_REFS_ALL' to 'FILTER_REFS_REGULAR'Karthik Nayak2024-02-231-1/+1
| |/
* / ref-filter.c: sort formatted dates by byte valueVictoria Dye2024-02-081-0/+6
|/
* Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-3/+0
|\
| * treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
| * treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
* | Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano2024-01-021-1/+1
|\ \
| * | status: fix branch shown when not only bisectingRubén Justo2023-10-171-1/+1
* | | Merge branch 'vd/for-each-ref-unsorted-optimization'Junio C Hamano2023-12-101-79/+193
|\ \ \ | |_|/ |/| |
| * | ref-filter.c: use peeled tag for '*' format fieldsVictoria Dye2023-11-161-9/+4
| * | ref-filter.c: filter & format refs in the same callbackVictoria Dye2023-11-161-6/+82
| * | ref-filter.c: refactor to create common helper functionsVictoria Dye2023-11-161-46/+69
| * | ref-filter.c: rename 'ref_filter_handler()' to 'filter_one()'Victoria Dye2023-11-161-6/+6
| * | ref-filter.h: add functions for filter/format & format-onlyVictoria Dye2023-11-161-0/+35