summaryrefslogtreecommitdiffstats
path: root/ref-filter.c
AgeCommit message (Expand)AuthorLines
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
2023-11-16ref-filter.c: filter & format refs in the same callbackVictoria Dye-6/+82
2023-11-16ref-filter.c: refactor to create common helper functionsVictoria Dye-46/+69
2023-11-16ref-filter.c: rename 'ref_filter_handler()' to 'filter_one()'Victoria Dye-6/+6
2023-11-16ref-filter.h: add functions for filter/format & format-onlyVictoria Dye-0/+35
2023-11-16ref-filter.h: move contains caches into filterVictoria Dye-8/+6
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye-16/+3
2023-10-16status: fix branch shown when not only bisectingRubén Justo-1/+1
2023-09-25ref-filter: add mailmap supportKousik Sanagavarapu-35/+117
2023-09-14Merge branch 'ks/ref-filter-sort-numerically'Junio C Hamano-8/+13
2023-09-05ref-filter: sort numerically when ":size" is usedKousik Sanagavarapu-8/+13
2023-08-29ref-filter: mark unused parameters in parser callbacksJeff King-3/+5
2023-08-02Merge branch 'ks/ref-filter-describe'Junio C Hamano-0/+230
2023-07-25Merge branch 'jk/nested-points-at'Junio C Hamano-16/+24
2023-07-24ref-filter: add new "describe" atomKousik Sanagavarapu-0/+125
2023-07-24ref-filter: add multiple-option parsing functionsKousik Sanagavarapu-0/+105
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano-16/+50
2023-07-17ref-filter: simplify return type of match_points_atJeff King-9/+10
2023-07-17ref-filter: avoid parsing non-tags in match_points_at()Jeff King-1/+2
2023-07-17ref-filter: avoid parsing tagged objects in match_points_at()Jeff King-2/+10
2023-07-17ref-filter: handle nested tags in --points-at optionJan Klötzke-9/+7
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano-1/+0
2023-07-14Merge branch 'ks/ref-filter-signature'Junio C Hamano-2/+124
2023-07-10refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau-2/+4
2023-07-10refs: plumb `exclude_patterns` argument throughoutTaylor Blau-1/+1
2023-07-10builtin/for-each-ref.c: add `--exclude` optionTaylor Blau-0/+14
2023-07-10ref-filter.c: parameterize match functions over patternsJeff King-8/+10
2023-07-10ref-filter: add `ref_filter_clear()`Jeff King-0/+16