summaryrefslogtreecommitdiffstats
path: root/ref-filter.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ref-filter: properly distinuish pseudo and root refsPatrick Steinhardt2024-05-151-2/+2
* for-each-ref: add new option to include root refsKarthik Nayak2024-02-231-1/+4
* ref-filter: rename 'FILTER_REFS_ALL' to 'FILTER_REFS_REGULAR'Karthik Nayak2024-02-231-2/+2
* Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-1/+0
|\
| * treewide: remove unnecessary includes from header filesElijah Newren2023-12-261-1/+0
* | ref-filter.h: add functions for filter/format & format-onlyVictoria Dye2023-11-161-0/+14
* | ref-filter.h: move contains caches into filterVictoria Dye2023-11-161-0/+6
* | ref-filter.h: add max_count and omit_empty to ref_formatVictoria Dye2023-11-161-0/+5
|/
* builtin/for-each-ref.c: add `--exclude` optionTaylor Blau2023-07-101-0/+6
* ref-filter: add `ref_filter_clear()`Jeff King2023-07-101-0/+3
* ref-filter.h: provide `REF_FILTER_INIT`Jeff King2023-07-101-0/+3
* Merge branch 'ow/ref-format-remove-unused-member'Junio C Hamano2023-04-061-1/+0
|\
| * ref-filter: remove unused ref_format memberØystein Walle2023-03-301-1/+0
* | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+1
|\ \
| * | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
| |/
* | Merge branch 'ds/ahead-behind'Junio C Hamano2023-04-061-1/+25
|\ \
| * | for-each-ref: add ahead-behind format atomDerrick Stolee2023-03-201-1/+25
| |/
* / treewide: remove unnecessary inclusions of parse-options.h from headersSZEDER Gábor2023-03-201-1/+1
|/
* for-each-ref: delay parsing of --sort=<atom> optionsJunio C Hamano2021-10-201-18/+10
* ref-filter API user: add and use a ref_sorting_release()Ævar Arnfjörð Bjarmason2021-10-201-0/+2
* ref-filter: drop broken-ref code entirelyJeff King2021-09-271-1/+0
* ref-filter: add %(rest) atomZheNing Hu2021-07-261-1/+4
* ref-filter: use non-const ref_format in *_atom_parser()ZheNing Hu2021-07-261-2/+2
* ref-filter: get rid of show_ref_array_itemZheNing Hu2021-04-201-2/+0
* branch: sort detached HEAD based on a flagÆvar Arnfjörð Bjarmason2021-01-081-0/+1
* ref-filter: move ref_sorting flags to a bitfieldÆvar Arnfjörð Bjarmason2021-01-081-5/+7
* ref-filter: make internal reachable-filter API more preciseAaron Lipman2020-09-191-3/+0
* ref-filter: allow merged and no-merged filtersAaron Lipman2020-09-161-7/+5
* Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano2020-05-081-0/+2
|\
| * ref-filter: apply --ignore-case to all sorting keysJeff King2020-05-041-0/+2
* | oid_array: rename source file from sha1-arrayJeff King2020-03-301-1/+1
* | parse_opt_ref_sorting: always use with NONEG flagJeff King2019-03-211-0/+5
|/
* Merge branch 'ot/libify-get-ref-atom-value'Junio C Hamano2018-05-081-3/+4
|\
| * ref-filter: start adding strbufs with errorsOlga Telezhnaya2018-03-291-3/+4
* | ref-filter: factor ref_array pushing into its own functionJeff King2018-04-081-0/+8
* | ref-filter: use "struct object_id" consistentlyJeff King2018-04-081-1/+1
|/
* ref-filter: consult want_color() before emitting colorsJeff King2017-07-131-1/+2
* ref-filter: make parse_ref_filter_atom a private functionJeff King2017-07-131-2/+0
* ref-filter: provide a function for parsing sort optionsJeff King2017-07-131-0/+2
* ref-filter: move need_color_reset_at_eol into ref_formatJeff King2017-07-131-0/+3
* ref-filter: abstract ref format into its own structJeff King2017-07-131-5/+17
* Convert struct ref_array_item to struct object_idbrian m. carlson2017-05-081-1/+1
* Merge branch 'bc/object-id'Junio C Hamano2017-04-201-1/+1
|\
| * Rename sha1_array to oid_arraybrian m. carlson2017-03-311-1/+1
* | ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason2017-03-241-0/+1
|/
* ref-filter: move ref_cbdata definition into ref-filter.cJeff King2017-03-101-5/+0
* Merge branch 'kn/ref-filter-branch-list'Junio C Hamano2017-02-271-0/+7
|\
| * ref-filter: allow porcelain to translate messages in the outputKarthik Nayak2017-01-311-0/+2
| * ref-filter: introduce format_ref_array_item()Karthik Nayak2017-01-101-0/+3
| * ref-filter: move get_head_description() from branch.cKarthik Nayak2017-01-101-0/+2