aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/for-each-ref.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-1/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-09ref-filter: add ref_format_clear() functionJeff King1-0/+1
2024-05-15ref-filter: properly distinuish pseudo and root refsPatrick Steinhardt1-1/+1
2024-02-23for-each-ref: add new option to include root refsKarthik Nayak1-3/+7
2024-02-23ref-filter: rename 'FILTER_REFS_ALL' to 'FILTER_REFS_REGULAR'Karthik Nayak1-1/+1
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-2/+1
2023-12-26treewide: add direct includes currently only pulled in transitivelyElijah Newren1-0/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-11-16ref-filter.h: add functions for filter/format & format-onlyVictoria Dye1-26/+1
2023-11-16ref-filter.h: add max_count and omit_empty to ref_formatVictoria Dye1-10/+11
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye1-0/+3
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano1-4/+3
2023-07-10builtin/for-each-ref.c: add `--exclude` optionTaylor Blau1-0/+1
2023-07-10ref-filter: add `ref_filter_clear()`Jeff King1-2/+1
2023-07-10ref-filter.h: provide `REF_FILTER_INIT`Jeff King1-2/+1
2023-06-21builtin.h: remove unneccessary includesElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-04-21Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano1-2/+5
2023-04-13branch, for-each-ref, tag: add option to omit empty linesØystein Walle1-2/+5
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-20for-each-ref: add ahead-behind format atomDerrick Stolee1-0/+3
2023-03-20for-each-ref: add --stdin optionDerrick Stolee1-1/+22
2021-10-20for-each-ref: delay parsing of --sort=<atom> optionsJunio C Hamano1-4/+4
2021-10-20ref-filter API user: add and use a ref_sorting_release()Ævar Arnfjörð Bjarmason1-1/+1
2021-09-27ref-filter: stop setting FILTER_REFS_INCLUDE_BROKENJeff King1-1/+1
2021-05-07Merge branch 'ah/plugleaks'Junio C Hamano1-0/+3
2021-04-28builtin/for-each-ref: free filter and UNLEAK sorting.Andrzej Hunt1-0/+3
2021-04-20ref-filter: reuse output bufferZheNing Hu1-6/+7
2021-04-19ref-filter: get rid of show_ref_array_itemZheNing Hu1-2/+12
2021-01-07ref-filter: move ref_sorting flags to a bitfieldÆvar Arnfjörð Bjarmason1-1/+1
2020-09-16ref-filter: allow merged and no-merged filtersAaron Lipman1-1/+1
2020-05-08Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano1-1/+1
2020-05-04ref-filter: apply --ignore-case to all sorting keysJeff King1-1/+1
2019-03-21parse_opt_ref_sorting: always use with NONEG flagJeff King1-2/+1
2017-10-04provide --color option for all ref-filter usersJeff King1-0/+1
2017-07-13for-each-ref: load config earlierJeff King1-3/+2
2017-07-13ref-filter: abstract ref format into its own structJeff King1-10/+12
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-03-24ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason1-1/+2
2017-03-23for-each-ref: partly change <object> to <commit> in helpÆvar Arnfjörð Bjarmason1-2/+2
2016-12-05tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy1-1/+4
2015-09-17ref-filter: add option to match literal patternKarthik Nayak1-0/+1
2015-08-03for-each-ref: add '--contains' optionKarthik Nayak1-0/+2
2015-08-03for-each-ref: add '--merged' and '--no-merged' optionsKarthik Nayak1-0/+3
2015-08-03for-each-ref: add '--points-at' optionKarthik Nayak1-2/+7
2015-08-03for-each-ref: introduce filter_refs()Karthik Nayak1-10/+11
2015-08-03ref-filter: move code from 'for-each-ref'Karthik Nayak1-1074/+0