summaryrefslogtreecommitdiff
path: root/ref-filter.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kn/for-each-branch'Junio C Hamano2015-11-031-1/+1
|\
| * ref-filter: fallback on alphabetical comparisonkn/for-each-branchKarthik Nayak2015-10-301-1/+1
* | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-48/+22
|\ \ | |/ |/|
| * ref-filter: drop sprintf and strcpy callsJeff King2015-09-251-48/+22
* | branch.c: use 'ref-filter' APIsKarthik Nayak2015-09-251-1/+1
* | ref-filter: add option to match literal patternKarthik Nayak2015-09-171-3/+37
* | ref-filter: add support to sort by versionKarthik Nayak2015-09-171-5/+10
* | ref-filter: add support for %(contents:lines=X)Karthik Nayak2015-09-171-4/+43
* | ref-filter: add option to filter out tags, branches and remotesKarthik Nayak2015-09-171-5/+60
* | ref-filter: implement an `align` atomKarthik Nayak2015-09-171-1/+109
* | ref-filter: introduce match_atom_name()Karthik Nayak2015-09-171-2/+21
* | ref-filter: introduce handler function for each atomKarthik Nayak2015-09-171-24/+30
* | ref-filter: introduce ref_formatting_state and ref_formatting_stackKarthik Nayak2015-09-171-19/+59
* | ref-filter: move `struct atom_value` to ref-filter.cKarthik Nayak2015-09-171-0/+5
* | Merge 'kn/for-each-tag-branch' into kn/for-each-tagJunio C Hamano2015-08-241-4/+235
|\ \ | |/ |/|
| * ref-filter: implement '--contains' optionKarthik Nayak2015-08-031-1/+113
| * ref-filter: implement '--merged' and '--no-merged' optionsKarthik Nayak2015-08-031-4/+69
| * ref-filter: add parse_opt_merge_filter()Karthik Nayak2015-08-031-0/+19
| * ref-filter: implement '--points-at' optionKarthik Nayak2015-08-031-0/+35
* | Merge branch 'jk/date-mode-format'Junio C Hamano2015-08-031-3/+3
* | Merge branch 'kn/for-each-ref'Junio C Hamano2015-08-031-0/+5
|/
* ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refnamekn/for-each-refKarthik Nayak2015-08-031-3/+4
* for-each-ref: introduce filter_refs()Karthik Nayak2015-08-031-4/+26
* ref-filter: move code from 'for-each-ref'Karthik Nayak2015-08-031-0/+1078