summaryrefslogtreecommitdiff
path: root/builtin/for-each-ref.c
AgeCommit message (Expand)Author
2021-01-07ref-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-08Merge 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-05tag, 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
2015-06-15for-each-ref: extract helper functions out of grab_single_ref()Karthik Nayak
2015-06-05Merge branch 'bc/object-id'Junio C Hamano
2015-05-25grab_single_ref(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-22for-each-ref: accept "%(push)" formatJeff King
2015-05-22for-each-ref: use skip_prefix instead of starts_withJeff King
2015-05-22remote.c: return upstream name from stat_tracking_infoJeff King
2015-05-21remote.c: report specific errors from branch_get_upstreamJeff King
2015-05-21remote.c: introduce branch_get_upstream helperJeff King
2015-03-05Merge branch 'rs/simple-cleanups'Junio C Hamano
2015-02-22for-each-ref: use skip_prefix() to avoid duplicate string comparisonRené Scharfe
2015-02-11Merge branch 'ah/usage-strings'Junio C Hamano
2015-01-14Merge branch 'rc/for-each-ref-tracking'Junio C Hamano
2015-01-14standardize usage info string formatAlex Henrie
2015-01-12for-each-ref: always check stat_tracking_info()'s return valueRaphael Kubo da Costa
2014-12-22Merge branch 'rt/for-each-ref-spell-tcl-as-Tcl'Junio C Hamano
2014-12-01for-each-ref: correct spelling of Tcl in option descriptionRalf Thielow
2014-10-21Merge branch 'rs/ref-transaction'Junio C Hamano
2014-10-20Merge branch 'jn/parse-config-slot'Junio C Hamano
2014-10-15for-each-ref: skip and warn about broken ref namesRonnie Sahlberg
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-10-14color_parse: do not mention variable name in error messageJeff King
2014-09-26Merge branch 'rs/realloc-array'Junio C Hamano
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-09-03calloc() and xcalloc() takes nmemb and then sizeArjun Sreedharan