aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/for-each-ref.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-22Merge branch 'ms/refs-list'Junio C Hamano1-17/+19
2025-08-11Merge branch 'rs/for-each-ref-start-after-marker-fix'Junio C Hamano1-1/+1
2025-08-09for-each-ref: call --start-after argument "marker"René Scharfe1-1/+1
2025-08-05builtin/for-each-ref: factor out core logic into a helperMeet Soni1-22/+19
2025-08-05builtin/for-each-ref: align usage string with the man pageMeet Soni1-5/+10
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-0/+1
2025-07-28for-each-ref: reword the documentation for '--start-after'Karthik Nayak1-1/+1
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-15for-each-ref: introduce a '--start-after' optionKarthik Nayak1-0/+8
2025-03-07builtin/for-each-ref: stop using `the_repository`Usman Akinyemi1-3/+2
2025-01-21ref-filter: remove ref_format_clear()René Scharfe1-1/+0
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