aboutsummaryrefslogtreecommitdiffstats
path: root/ref-filter.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-23for-each-ref: add new option to include root refsKarthik Nayak1-1/+4
2024-02-23ref-filter: rename 'FILTER_REFS_ALL' to 'FILTER_REFS_REGULAR'Karthik Nayak1-2/+2
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-1/+0
2023-12-26treewide: remove unnecessary includes from header filesElijah Newren1-1/+0
2023-11-16ref-filter.h: add functions for filter/format & format-onlyVictoria Dye1-0/+14
2023-11-16ref-filter.h: move contains caches into filterVictoria Dye1-0/+6
2023-11-16ref-filter.h: add max_count and omit_empty to ref_formatVictoria Dye1-0/+5
2023-07-10builtin/for-each-ref.c: add `--exclude` optionTaylor Blau1-0/+6
2023-07-10ref-filter: add `ref_filter_clear()`Jeff King1-0/+3
2023-07-10ref-filter.h: provide `REF_FILTER_INIT`Jeff King1-0/+3
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-0/+1
2023-04-06Merge branch 'ds/ahead-behind'Junio C Hamano1-1/+25
2023-03-30ref-filter: remove unused ref_format memberØystein Walle1-1/+0
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-20for-each-ref: add ahead-behind format atomDerrick Stolee1-1/+25
2023-03-20treewide: remove unnecessary inclusions of parse-options.h from headersSZEDER Gábor1-1/+1
2021-10-20for-each-ref: delay parsing of --sort=<atom> optionsJunio C Hamano1-18/+10
2021-10-20ref-filter API user: add and use a ref_sorting_release()Ævar Arnfjörð Bjarmason1-0/+2
2021-09-27ref-filter: drop broken-ref code entirelyJeff King1-1/+0
2021-07-26ref-filter: add %(rest) atomZheNing Hu1-1/+4
2021-07-26ref-filter: use non-const ref_format in *_atom_parser()ZheNing Hu1-2/+2
2021-04-19ref-filter: get rid of show_ref_array_itemZheNing Hu1-2/+0
2021-01-07branch: sort detached HEAD based on a flagÆvar Arnfjörð Bjarmason1-0/+1
2021-01-07ref-filter: move ref_sorting flags to a bitfieldÆvar Arnfjörð Bjarmason1-5/+7
2020-09-18ref-filter: make internal reachable-filter API more preciseAaron Lipman1-3/+0
2020-09-16ref-filter: allow merged and no-merged filtersAaron Lipman1-7/+5
2020-05-08Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano1-0/+2
2020-05-04ref-filter: apply --ignore-case to all sorting keysJeff King1-0/+2
2020-03-30oid_array: rename source file from sha1-arrayJeff King1-1/+1
2019-03-21parse_opt_ref_sorting: always use with NONEG flagJeff King1-0/+5
2018-05-08Merge branch 'ot/libify-get-ref-atom-value'Junio C Hamano1-3/+4
2018-04-09ref-filter: factor ref_array pushing into its own functionJeff King1-0/+8
2018-04-09ref-filter: use "struct object_id" consistentlyJeff King1-1/+1
2018-03-29ref-filter: start adding strbufs with errorsOlga Telezhnaya1-3/+4
2017-07-13ref-filter: consult want_color() before emitting colorsJeff King1-1/+2
2017-07-13ref-filter: make parse_ref_filter_atom a private functionJeff King1-2/+0
2017-07-13ref-filter: provide a function for parsing sort optionsJeff King1-0/+2
2017-07-13ref-filter: move need_color_reset_at_eol into ref_formatJeff King1-0/+3
2017-07-13ref-filter: abstract ref format into its own structJeff King1-5/+17
2017-05-08Convert struct ref_array_item to struct object_idbrian m. carlson1-1/+1
2017-04-19Merge branch 'bc/object-id'Junio C Hamano1-1/+1
2017-03-31Rename sha1_array to oid_arraybrian m. carlson1-1/+1
2017-03-24ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason1-0/+1
2017-03-10ref-filter: move ref_cbdata definition into ref-filter.cJeff King1-5/+0
2017-02-27Merge branch 'kn/ref-filter-branch-list'Junio C Hamano1-0/+7
2017-01-31Merge branch 'st/verify-tag'Junio C Hamano1-0/+7
2017-01-31ref-filter: allow porcelain to translate messages in the outputKarthik Nayak1-0/+2
2017-01-17ref-filter: add function to print single ref_array_itemLukas Puehringer1-0/+7
2017-01-10ref-filter: introduce format_ref_array_item()Karthik Nayak1-0/+3
2017-01-10ref-filter: move get_head_description() from branch.cKarthik Nayak1-0/+2
2016-12-05tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy1-0/+2
2015-09-25branch.c: use 'ref-filter' APIsKarthik Nayak1-1/+0
2015-09-25branch.c: use 'ref-filter' data structuresKarthik Nayak1-1/+6
2015-09-17ref-filter: add option to match literal patternKarthik Nayak1-1/+2
2015-09-17ref-filter: add support to sort by versionKarthik Nayak1-1/+2
2015-09-17ref-filter: add support for %(contents:lines=X)Karthik Nayak1-1/+2
2015-09-17ref-filter: add option to filter out tags, branches and remotesKarthik Nayak1-2/+11
2015-09-17ref-filter: move `struct atom_value` to ref-filter.cKarthik Nayak1-4/+1
2015-08-03ref-filter: implement '--contains' optionKarthik Nayak1-0/+3
2015-08-03ref-filter: implement '--merged' and '--no-merged' optionsKarthik Nayak1-0/+8
2015-08-03ref-filter: add parse_opt_merge_filter()Karthik Nayak1-0/+11
2015-08-03ref-filter: implement '--points-at' optionKarthik Nayak1-0/+1
2015-08-03ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refnameKarthik Nayak1-1/+1
2015-08-03for-each-ref: introduce filter_refs()Karthik Nayak1-4/+12
2015-06-15ref-filter: add 'ref-filter.h'Karthik Nayak1-0/+66