aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/for-each-ref.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-15ref-filter: add 'ref-filter.h'Karthik Nayak1-40/+1
2015-06-15for-each-ref: rename variables called sort to sortingKarthik Nayak1-14/+14
2015-06-15for-each-ref: rename some functions and make them publicKarthik Nayak1-32/+32
2015-06-15for-each-ref: introduce 'ref_array_clear()'Karthik Nayak1-0/+21
2015-06-15for-each-ref: introduce new structures for better organisationKarthik Nayak1-24/+30
2015-06-15for-each-ref: rename 'refinfo' to 'ref_array_item'Karthik Nayak1-20/+20
2015-06-15for-each-ref: clean up codeKarthik Nayak1-5/+2
2015-06-15for-each-ref: extract helper functions out of grab_single_ref()Karthik Nayak1-23/+41
2015-06-05Merge branch 'bc/object-id'Junio C Hamano1-2/+3
2015-05-25grab_single_ref(): rewrite to take an object_id argumentMichael Haggerty1-5/+4
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty1-1/+3
2015-05-22for-each-ref: accept "%(push)" formatJeff King1-2/+15
2015-05-22for-each-ref: use skip_prefix instead of starts_withJeff King1-2/+4