summaryrefslogtreecommitdiff
path: root/builtin/for-each-ref.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | standardize usage info string formatAlex Henrie2015-01-141-1/+1
* | | Merge branch 'rc/for-each-ref-tracking'Junio C Hamano2015-01-141-2/+9
|\ \ \ | |/ / |/| |
| * | for-each-ref: always check stat_tracking_info()'s return valuerc/for-each-ref-trackingRaphael Kubo da Costa2015-01-121-2/+9
* | | Merge branch 'rt/for-each-ref-spell-tcl-as-Tcl'Junio C Hamano2014-12-221-1/+1
|\ \ \
| * | | for-each-ref: correct spelling of Tcl in option descriptionrt/for-each-ref-spell-tcl-as-TclRalf Thielow2014-11-301-1/+1
| | |/ | |/|
* | | Merge branch 'rs/ref-transaction'Junio C Hamano2014-10-211-2/+9
|\ \ \
| * | | for-each-ref: skip and warn about broken ref namesRonnie Sahlberg2014-10-151-0/+5
| * | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-2/+4
* | | | Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-201-2/+4
|\ \ \ \ | |/ / / |/| | |