summaryrefslogtreecommitdiffstats
path: root/ref-filter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | ref-filter.h: move contains caches into filterVictoria Dye2023-11-161-8/+6
| * | ref-filter.c: really don't sort when using --no-sortVictoria Dye2023-11-161-16/+3
* | | ref-filter: add mailmap supportKousik Sanagavarapu2023-09-251-35/+117
* | | Merge branch 'ks/ref-filter-sort-numerically'Junio C Hamano2023-09-141-8/+13
|\| |
| * | ref-filter: sort numerically when ":size" is usedKousik Sanagavarapu2023-09-051-8/+13
* | | ref-filter: mark unused parameters in parser callbacksJeff King2023-08-301-3/+5
|/ /
* | Merge branch 'ks/ref-filter-describe'Junio C Hamano2023-08-021-0/+230
|\ \
| * | ref-filter: add new "describe" atomKousik Sanagavarapu2023-07-241-0/+125
| * | ref-filter: add multiple-option parsing functionsKousik Sanagavarapu2023-07-241-0/+105
* | | Merge branch 'jk/nested-points-at'Junio C Hamano2023-07-251-16/+24
|\ \ \
| * | | ref-filter: simplify return type of match_points_atJeff King2023-07-171-9/+10
| * | | ref-filter: avoid parsing non-tags in match_points_at()Jeff King2023-07-171-1/+2
| * | | ref-filter: avoid parsing tagged objects in match_points_at()Jeff King2023-07-171-2/+10
| * | | ref-filter: handle nested tags in --points-at optionJan Klötzke2023-07-171-9/+7
| |/ /
* | | Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano2023-07-211-16/+50
|\ \ \ | |/ / |/| |
| * | refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau2023-07-101-2/+4
| * | refs: plumb `exclude_patterns` argument throughoutTaylor Blau2023-07-101-1/+1
| * | builtin/for-each-ref.c: add `--exclude` optionTaylor Blau2023-07-101-0/+14
| * | ref-filter.c: parameterize match functions over patternsJeff King2023-07-101-8/+10
| * | ref-filter: add `ref_filter_clear()`Jeff King2023-07-101-0/+16
| * | ref-filter: clear reachable list pointers after freeingJeff King2023-07-101-7/+7
| |/
* | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\ \
| * | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0