summaryrefslogtreecommitdiff
path: root/builtin/for-each-ref.c
AgeCommit message (Expand)Author
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
2014-07-17use commit_list_count() to count the members of commit_listsRené Scharfe
2014-06-09Use starts_with() for C strings instead of memcmp()René Scharfe
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy
2013-12-30Merge branch 'maint'Junio C Hamano
2013-12-30for-each-ref: remove unused variableRamkumar Ramachandra
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-06Merge branch 'rr/for-each-ref-decoration'Junio C Hamano
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-11-19for-each-ref: avoid color leakageRamkumar Ramachandra