summaryrefslogtreecommitdiff
path: root/builtin/for-each-ref.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-09Use starts_with() for C strings instead of memcmp()Libravatar René Scharfe1-1/+1
2014-02-20use wildmatch() directly without fnmatch() wrapperLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-12-30Merge branch 'maint'Libravatar Junio C Hamano1-2/+1
2013-12-30for-each-ref: remove unused variableLibravatar Ramkumar Ramachandra1-2/+1
2013-12-17Merge branch 'cc/starts-n-ends-with'Libravatar Junio C Hamano1-10/+10
2013-12-06Merge branch 'rr/for-each-ref-decoration'Libravatar Junio C Hamano1-13/+81
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-7/+7
2013-11-19for-each-ref: avoid color leakageLibravatar Ramkumar Ramachandra1-5/+23
2013-11-19for-each-ref: introduce %(color:...) for colorLibravatar Ramkumar Ramachandra1-2/+9
2013-11-19for-each-ref: introduce %(upstream:track[short])Libravatar Ramkumar Ramachandra1-3/+37