aboutsummaryrefslogtreecommitdiff
path: root/ref-filter.c
Commit message (Expand)AuthorAge
* tag: do not show ambiguous tag names as "tags/foo"Jeff King2016-01-26
* Remove get_object_hash.brian m. carlson2015-11-20
* Convert struct object to object_idbrian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* Merge branch 'kn/for-each-branch'Junio C Hamano2015-11-03
|\
| * ref-filter: fallback on alphabetical comparisonKarthik Nayak2015-10-30
* | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-20
|\ \ | |/ |/|
| * ref-filter: drop sprintf and strcpy callsJeff King2015-09-25
* | branch.c: use 'ref-filter' APIsKarthik Nayak2015-09-25
* | ref-filter: add option to match literal patternKarthik Nayak2015-09-17
* | ref-filter: add support to sort by versionKarthik Nayak2015-09-17
* | ref-filter: add support for %(contents:lines=X)Karthik Nayak2015-09-17
* | ref-filter: add option to filter out tags, branches and remotesKarthik Nayak2015-09-17
* | ref-filter: implement an `align` atomKarthik Nayak2015-09-17
* | ref-filter: introduce match_atom_name()Karthik Nayak2015-09-17
* | ref-filter: introduce handler function for each atomKarthik Nayak2015-09-17
* | ref-filter: introduce ref_formatting_state and ref_formatting_stackKarthik Nayak2015-09-17
* | ref-filter: move `struct atom_value` to ref-filter.cKarthik Nayak2015-09-17
* | Merge 'kn/for-each-tag-branch' into kn/for-each-tagJunio C Hamano2015-08-24
|\ \ | |/ |/|
| * ref-filter: implement '--contains' optionKarthik Nayak2015-08-03
| * ref-filter: implement '--merged' and '--no-merged' optionsKarthik Nayak2015-08-03
| * ref-filter: add parse_opt_merge_filter()Karthik Nayak2015-08-03
| * ref-filter: implement '--points-at' optionKarthik Nayak2015-08-03
* | Merge branch 'jk/date-mode-format'Junio C Hamano2015-08-03
* | Merge branch 'kn/for-each-ref'Junio C Hamano2015-08-03
|/
* ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refnameKarthik Nayak2015-08-03
* for-each-ref: introduce filter_refs()Karthik Nayak2015-08-03
* ref-filter: move code from 'for-each-ref'Karthik Nayak2015-08-03