summaryrefslogtreecommitdiff
path: root/ref-filter.c
AgeCommit message (Expand)Author
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
2024-02-07ref-filter.c: sort formatted dates by byte valueVictoria Dye
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-02Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-09Merge branch 'vd/for-each-ref-unsorted-optimization'Junio C Hamano
2023-11-16ref-filter.c: use peeled tag for '*' format fieldsVictoria Dye
2023-11-16ref-filter.c: filter & format refs in the same callbackVictoria Dye
2023-11-16ref-filter.c: refactor to create common helper functionsVictoria Dye
2023-11-16ref-filter.c: rename 'ref_filter_handler()' to 'filter_one()'Victoria Dye
2023-11-16ref-filter.h: add functions for filter/format & format-onlyVictoria Dye
2023-11-16ref-filter.h: move contains caches into filterVictoria Dye
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye
2023-10-16status: fix branch shown when not only bisectingRubén Justo
2023-09-25ref-filter: add mailmap supportKousik Sanagavarapu
2023-09-14Merge branch 'ks/ref-filter-sort-numerically'Junio C Hamano
2023-09-05ref-filter: sort numerically when ":size" is usedKousik Sanagavarapu
2023-08-29ref-filter: mark unused parameters in parser callbacksJeff King
2023-08-02Merge branch 'ks/ref-filter-describe'Junio C Hamano
2023-07-25Merge branch 'jk/nested-points-at'Junio C Hamano
2023-07-24ref-filter: add new "describe" atomKousik Sanagavarapu
2023-07-24ref-filter: add multiple-option parsing functionsKousik Sanagavarapu
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-17ref-filter: simplify return type of match_points_atJeff King
2023-07-17ref-filter: avoid parsing non-tags in match_points_at()Jeff King
2023-07-17ref-filter: avoid parsing tagged objects in match_points_at()Jeff King
2023-07-17ref-filter: handle nested tags in --points-at optionJan Klötzke
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano