summaryrefslogtreecommitdiffstats
path: root/ref-filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-07ref-filter.c: sort formatted dates by byte valueVictoria Dye1-0/+6
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-3/+0
2024-01-02Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano1-1/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-12-09Merge branch 'vd/for-each-ref-unsorted-optimization'Junio C Hamano1-79/+193
2023-11-16ref-filter.c: use peeled tag for '*' format fieldsVictoria Dye1-9/+4
2023-11-16ref-filter.c: filter & format refs in the same callbackVictoria Dye1-6/+82
2023-11-16ref-filter.c: refactor to create common helper functionsVictoria Dye1-46/+69
2023-11-16ref-filter.c: rename 'ref_filter_handler()' to 'filter_one()'Victoria Dye1-6/+6
2023-11-16ref-filter.h: add functions for filter/format & format-onlyVictoria Dye1-0/+35
2023-11-16ref-filter.h: move contains caches into filterVictoria Dye1-8/+6
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye1-16/+3
2023-10-16status: fix branch shown when not only bisectingRubén Justo1-1/+1
2023-09-25ref-filter: add mailmap supportKousik Sanagavarapu1-35/+117
2023-09-14Merge branch 'ks/ref-filter-sort-numerically'Junio C Hamano1-8/+13
2023-09-05ref-filter: sort numerically when ":size" is usedKousik Sanagavarapu1-8/+13
2023-08-29ref-filter: mark unused parameters in parser callbacksJeff King1-3/+5
2023-08-02Merge branch 'ks/ref-filter-describe'Junio C Hamano1-0/+230
2023-07-25Merge branch 'jk/nested-points-at'Junio C Hamano1-16/+24
2023-07-24ref-filter: add new "describe" atomKousik Sanagavarapu1-0/+125
2023-07-24ref-filter: add multiple-option parsing functionsKousik Sanagavarapu1-0/+105
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano1-16/+50
2023-07-17ref-filter: simplify return type of match_points_atJeff King1-9/+10
2023-07-17ref-filter: avoid parsing non-tags in match_points_at()Jeff King1-1/+2
2023-07-17ref-filter: avoid parsing tagged objects in match_points_at()Jeff King1-2/+10
2023-07-17ref-filter: handle nested tags in --points-at optionJan Klötzke1-9/+7
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-14Merge branch 'ks/ref-filter-signature'Junio C Hamano1-2/+124
2023-07-10refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau1-2/+4
2023-07-10refs: plumb `exclude_patterns` argument throughoutTaylor Blau1-1/+1
2023-07-10builtin/for-each-ref.c: add `--exclude` optionTaylor Blau1-0/+14
2023-07-10ref-filter.c: parameterize match functions over patternsJeff King1-8/+10
2023-07-10ref-filter: add `ref_filter_clear()`Jeff King1-0/+16
2023-07-10ref-filter: clear reachable list pointers after freeingJeff King1-7/+7
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-06ref-filter: add new "signature" atomKousik Sanagavarapu1-2/+124
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-1/+3
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+2
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren1-1/+1
2023-04-24versioncmp.h: move declarations for versioncmp.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren1-0/+1
2023-04-06Merge branch 'ow/ref-format-remove-unused-member'Junio C Hamano1-1/+0
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-1/+3
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-3/+5
2023-04-06Merge branch 'ds/ahead-behind'Junio C Hamano1-16/+77
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-3/+5