summaryrefslogtreecommitdiff
path: root/ref-filter.c
AgeCommit message (Expand)Author
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-08ref-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-10Merge 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-30ref-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
2023-07-14Merge branch 'ks/ref-filter-signature'Junio C Hamano
2023-07-10refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau
2023-07-10refs: plumb `exclude_patterns` argument throughoutTaylor Blau
2023-07-10builtin/for-each-ref.c: add `--exclude` optionTaylor Blau
2023-07-10ref-filter.c: parameterize match functions over patternsJeff King
2023-07-10ref-filter: add `ref_filter_clear()`Jeff King
2023-07-10ref-filter: clear reachable list pointers after freeingJeff King
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-06ref-filter: add new "signature" atomKousik Sanagavarapu
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren
2023-04-24versioncmp.h: move declarations for versioncmp.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren