summaryrefslogtreecommitdiff
path: root/builtin/for-each-ref.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-16ref-filter: allow merged and no-merged filtersLibravatar Aaron Lipman1-1/+1
2020-05-08Merge branch 'jk/for-each-ref-multi-key-sort-fix'Libravatar Junio C Hamano1-1/+1
2020-05-04ref-filter: apply --ignore-case to all sorting keysLibravatar Jeff King1-1/+1
2019-03-21parse_opt_ref_sorting: always use with NONEG flagLibravatar Jeff King1-2/+1
2017-10-04provide --color option for all ref-filter usersLibravatar Jeff King1-0/+1
2017-07-13for-each-ref: load config earlierLibravatar Jeff King1-3/+2
2017-07-13ref-filter: abstract ref format into its own structLibravatar Jeff King1-10/+12
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-03-24ref-filter: add --no-contains option to tag/branch/for-each-refLibravatar Ævar Arnfjörð Bjarmason1-1/+2
2017-03-23for-each-ref: partly change <object> to <commit> in helpLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2016-12-05tag, branch, for-each-ref: add --ignore-case for sorting and filteringLibravatar Nguyễn Thái Ngọc Duy1-1/+4
2015-09-17ref-filter: add option to match literal patternLibravatar Karthik Nayak1-0/+1
2015-08-03for-each-ref: add '--contains' optionLibravatar Karthik Nayak1-0/+2
2015-08-03for-each-ref: add '--merged' and '--no-merged' optionsLibravatar Karthik Nayak1-0/+3
2015-08-03for-each-ref: add '--points-at' optionLibravatar Karthik Nayak1-2/+7
2015-08-03for-each-ref: introduce filter_refs()Libravatar Karthik Nayak1-10/+11
2015-08-03ref-filter: move code from 'for-each-ref'Libravatar Karthik Nayak1-1074/+0
2015-06-15ref-filter: add 'ref-filter.h'Libravatar Karthik Nayak1-40/+1
2015-06-15for-each-ref: rename variables called sort to sortingLibravatar Karthik Nayak1-14/+14
2015-06-15for-each-ref: rename some functions and make them publicLibravatar Karthik Nayak1-32/+32
2015-06-15for-each-ref: introduce 'ref_array_clear()'Libravatar Karthik Nayak1-0/+21
2015-06-15for-each-ref: introduce new structures for better organisationLibravatar Karthik Nayak1-24/+30
2015-06-15for-each-ref: rename 'refinfo' to 'ref_array_item'Libravatar Karthik Nayak1-20/+20
2015-06-15for-each-ref: clean up codeLibravatar Karthik Nayak1-5/+2
2015-06-15for-each-ref: extract helper functions out of grab_single_ref()Libravatar Karthik Nayak1-23/+41
2015-06-05Merge branch 'bc/object-id'Libravatar Junio C Hamano1-2/+3
2015-05-25grab_single_ref(): rewrite to take an object_id argumentLibravatar Michael Haggerty1-5/+4
2015-05-25each_ref_fn: change to take an object_id parameterLibravatar Michael Haggerty1-1/+3
2015-05-22for-each-ref: accept "%(push)" formatLibravatar Jeff King1-2/+15
2015-05-22for-each-ref: use skip_prefix instead of starts_withLibravatar Jeff King1-2/+4
2015-05-22remote.c: return upstream name from stat_tracking_infoLibravatar Jeff King1-2/+2
2015-05-21remote.c: report specific errors from branch_get_upstreamLibravatar Jeff King1-1/+1
2015-05-21remote.c: introduce branch_get_upstream helperLibravatar Jeff King1-3/+2
2015-03-05Merge branch 'rs/simple-cleanups'Libravatar Junio C Hamano1-4/+3
2015-02-22for-each-ref: use skip_prefix() to avoid duplicate string comparisonLibravatar René Scharfe1-4/+3
2015-02-11Merge branch 'ah/usage-strings'Libravatar Junio C Hamano1-1/+1
2015-01-14Merge branch 'rc/for-each-ref-tracking'Libravatar Junio C Hamano1-2/+9
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-1/+1
2015-01-12for-each-ref: always check stat_tracking_info()'s return valueLibravatar Raphael Kubo da Costa1-2/+9
2014-12-22Merge branch 'rt/for-each-ref-spell-tcl-as-Tcl'Libravatar Junio C Hamano1-1/+1
2014-11-30for-each-ref: correct spelling of Tcl in option descriptionLibravatar Ralf Thielow1-1/+1
2014-10-21Merge branch 'rs/ref-transaction'Libravatar Junio C Hamano1-2/+9
2014-10-20Merge branch 'jn/parse-config-slot'Libravatar Junio C Hamano1-2/+4
2014-10-15for-each-ref: skip and warn about broken ref namesLibravatar Ronnie Sahlberg1-0/+5
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldLibravatar Ronnie Sahlberg1-2/+4
2014-10-14color_parse: do not mention variable name in error messageLibravatar Jeff King1-2/+4
2014-09-26Merge branch 'rs/realloc-array'Libravatar Junio C Hamano1-6/+3
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysLibravatar René Scharfe1-6/+3
2014-09-03calloc() and xcalloc() takes nmemb and then sizeLibravatar Arjun Sreedharan1-1/+1
2014-07-17use commit_list_count() to count the members of commit_listsLibravatar René Scharfe1-14/+2