summaryrefslogtreecommitdiff
path: root/builtin/for-each-ref.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano2023-04-211-2/+5
|\
| * branch, for-each-ref, tag: add option to omit empty linesØystein Walle2023-04-131-2/+5
* | 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
| |/
* | for-each-ref: add ahead-behind format atomDerrick Stolee2023-03-201-0/+3
* | for-each-ref: add --stdin optionDerrick Stolee2023-03-201-1/+22
|/
* for-each-ref: delay parsing of --sort=<atom> optionsJunio C Hamano2021-10-201-4/+4
* ref-filter API user: add and use a ref_sorting_release()Ævar Arnfjörð Bjarmason2021-10-201-1/+1
* ref-filter: stop setting FILTER_REFS_INCLUDE_BROKENJeff King2021-09-271-1/+1
* Merge branch 'ah/plugleaks'Junio C Hamano2021-05-071-0/+3
|\
| * builtin/for-each-ref: free filter and UNLEAK sorting.Andrzej Hunt2021-04-281-0/+3
* | ref-filter: reuse output bufferZheNing Hu2021-04-201-6/+7
* | ref-filter: get rid of show_ref_array_itemZheNing Hu2021-04-191-2/+12
|/
* ref-filter: move ref_sorting flags to a bitfieldÆvar Arnfjörð Bjarmason2021-01-071-1/+1
* ref-filter: allow merged and no-merged filtersAaron Lipman2020-09-161-1/+1
* Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano2020-05-081-1/+1
|\
| * ref-filter: apply --ignore-case to all sorting keysJeff King2020-05-041-1/+1
* | parse_opt_ref_sorting: always use with NONEG flagJeff King2019-03-211-2/+1
|/
* provide --color option for all ref-filter usersJeff King2017-10-041-0/+1
* for-each-ref: load config earlierJeff King2017-07-131-3/+2
* ref-filter: abstract ref format into its own structJeff King2017-07-131-10/+12
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason2017-03-241-1/+2
* for-each-ref: partly change <object> to <commit> in helpÆvar Arnfjörð Bjarmason2017-03-231-2/+2
* tag, branch, for-each-ref: add --ignore-case for sorting and filteringnd/for-each-ref-ignore-caseNguyễn Thái Ngọc Duy2016-12-051-1/+4
* ref-filter: add option to match literal patternKarthik Nayak2015-09-171-0/+1
* for-each-ref: add '--contains' optionKarthik Nayak2015-08-031-0/+2
* for-each-ref: add '--merged' and '--no-merged' optionsKarthik Nayak2015-08-031-0/+3
* for-each-ref: add '--points-at' optionKarthik Nayak2015-08-031-2/+7
* for-each-ref: introduce filter_refs()Karthik Nayak2015-08-031-10/+11
* ref-filter: move code from 'for-each-ref'Karthik Nayak2015-08-031-1074/+0
* ref-filter: add 'ref-filter.h'Karthik Nayak2015-06-151-40/+1
* for-each-ref: rename variables called sort to sortingKarthik Nayak2015-06-151-14/+14
* for-each-ref: rename some functions and make them publicKarthik Nayak2015-06-151-32/+32
* for-each-ref: introduce 'ref_array_clear()'Karthik Nayak2015-06-151-0/+21
* for-each-ref: introduce new structures for better organisationKarthik Nayak2015-06-151-24/+30
* for-each-ref: rename 'refinfo' to 'ref_array_item'Karthik Nayak2015-06-151-20/+20
* for-each-ref: clean up codeKarthik Nayak2015-06-151-5/+2
* for-each-ref: extract helper functions out of grab_single_ref()Karthik Nayak2015-06-151-23/+41
* Merge branch 'bc/object-id'Junio C Hamano2015-06-051-2/+3
|\
| * grab_single_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+4
| * each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+3
* | for-each-ref: accept "%(push)" formatjk/at-push-sha1Jeff King2015-05-221-2/+15
* | for-each-ref: use skip_prefix instead of starts_withJeff King2015-05-221-2/+4
* | remote.c: return upstream name from stat_tracking_infoJeff King2015-05-221-2/+2
* | remote.c: report specific errors from branch_get_upstreamJeff King2015-05-211-1/+1
* | remote.c: introduce branch_get_upstream helperJeff King2015-05-211-3/+2
|/
* Merge branch 'rs/simple-cleanups'Junio C Hamano2015-03-051-4/+3
|\
| * for-each-ref: use skip_prefix() to avoid duplicate string comparisonRené Scharfe2015-02-221-4/+3
* | Merge branch 'ah/usage-strings'Junio C Hamano2015-02-111-1/+1
|\ \