Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: add direct includes currently only pulled in transitivelyElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-11-16ref-filter.h: add functions for filter/format & format-onlyVictoria Dye
2023-11-16ref-filter.h: add max_count and omit_empty to ref_formatVictoria Dye
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-11builtin/for-each-ref.c: add `--exclude` optionTaylor Blau
2023-07-11ref-filter: add `ref_filter_clear()`Jeff King
2023-07-11ref-filter.h: provide `REF_FILTER_INIT`Jeff King
2023-06-21builtin.h: remove unneccessary includesElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-22Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano
2023-04-13branch, for-each-ref, tag: add option to omit empty linesØystein Walle
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-20for-each-ref: add ahead-behind format atomDerrick Stolee
2023-03-20for-each-ref: add --stdin optionDerrick Stolee
2021-10-21for-each-ref: delay parsing of --sort=<atom> optionsJunio C Hamano
2021-10-20ref-filter API user: add and use a ref_sorting_release()Ævar Arnfjörð Bjarmason
2021-09-27ref-filter: stop setting FILTER_REFS_INCLUDE_BROKENJeff King
2021-05-07Merge branch 'ah/plugleaks'Junio C Hamano
2021-04-28builtin/for-each-ref: free filter and UNLEAK sorting.Andrzej Hunt
2021-04-20ref-filter: reuse output bufferZheNing Hu
2021-04-20ref-filter: get rid of show_ref_array_itemZheNing Hu
2021-01-08ref-filter: move ref_sorting flags to a bitfieldÆvar Arnfjörð Bjarmason
2020-09-16ref-filter: allow merged and no-merged filtersAaron Lipman
2020-05-09Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano
2020-05-04ref-filter: apply --ignore-case to all sorting keysJeff King
2019-03-21parse_opt_ref_sorting: always use with NONEG flagJeff King
2017-10-04provide --color option for all ref-filter usersJeff King
2017-07-13for-each-ref: load config earlierJeff King
2017-07-13ref-filter: abstract ref format into its own structJeff King
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-03-24ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason
2017-03-23for-each-ref: partly change <object> to <commit> in helpÆvar Arnfjörð Bjarmason
2016-12-06tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy
2015-09-17ref-filter: add option to match literal patternKarthik Nayak
2015-08-03for-each-ref: add '--contains' optionKarthik Nayak
2015-08-03for-each-ref: add '--merged' and '--no-merged' optionsKarthik Nayak
2015-08-03for-each-ref: add '--points-at' optionKarthik Nayak
2015-08-03for-each-ref: introduce filter_refs()Karthik Nayak
2015-08-03ref-filter: move code from 'for-each-ref'Karthik Nayak
2015-06-15ref-filter: add 'ref-filter.h'Karthik Nayak
2015-06-15for-each-ref: rename variables called sort to sortingKarthik Nayak
2015-06-15for-each-ref: rename some functions and make them publicKarthik Nayak
2015-06-15for-each-ref: introduce 'ref_array_clear()'Karthik Nayak
2015-06-15for-each-ref: introduce new structures for better organisationKarthik Nayak
2015-06-15for-each-ref: rename 'refinfo' to 'ref_array_item'Karthik Nayak
2015-06-15for-each-ref: clean up codeKarthik Nayak