summaryrefslogtreecommitdiff
path: root/ref-filter.h
AgeCommit message (Expand)Author
2018-05-08Merge branch 'ot/libify-get-ref-atom-value'Junio C Hamano
2018-04-08ref-filter: factor ref_array pushing into its own functionJeff King
2018-04-08ref-filter: use "struct object_id" consistentlyJeff King
2018-03-29ref-filter: start adding strbufs with errorsOlga Telezhnaya
2017-07-13ref-filter: consult want_color() before emitting colorsJeff King
2017-07-13ref-filter: make parse_ref_filter_atom a private functionJeff King
2017-07-13ref-filter: provide a function for parsing sort optionsJeff King
2017-07-13ref-filter: move need_color_reset_at_eol into ref_formatJeff King
2017-07-13ref-filter: abstract ref format into its own structJeff King
2017-05-08Convert struct ref_array_item to struct object_idbrian m. carlson
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-24ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason
2017-03-10ref-filter: move ref_cbdata definition into ref-filter.cJeff King
2017-02-27Merge branch 'kn/ref-filter-branch-list'Junio C Hamano
2017-01-31Merge branch 'st/verify-tag'Junio C Hamano
2017-01-31ref-filter: allow porcelain to translate messages in the outputKarthik Nayak
2017-01-18ref-filter: add function to print single ref_array_itemLukas Puehringer
2017-01-10ref-filter: introduce format_ref_array_item()Karthik Nayak
2017-01-10ref-filter: move get_head_description() from branch.cKarthik Nayak
2016-12-05tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy
2015-09-25branch.c: use 'ref-filter' APIsKarthik Nayak
2015-09-25branch.c: use 'ref-filter' data structuresKarthik Nayak
2015-09-17ref-filter: add option to match literal patternKarthik Nayak
2015-09-17ref-filter: add support to sort by versionKarthik Nayak
2015-09-17ref-filter: add support for %(contents:lines=X)Karthik Nayak
2015-09-17ref-filter: add option to filter out tags, branches and remotesKarthik Nayak
2015-09-17ref-filter: move `struct atom_value` to ref-filter.cKarthik Nayak
2015-08-03ref-filter: implement '--contains' optionKarthik Nayak
2015-08-03ref-filter: implement '--merged' and '--no-merged' optionsKarthik Nayak
2015-08-03ref-filter: add parse_opt_merge_filter()Karthik Nayak
2015-08-03ref-filter: implement '--points-at' optionKarthik Nayak
2015-08-03ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refnameKarthik Nayak
2015-08-03for-each-ref: introduce filter_refs()Karthik Nayak
2015-06-15ref-filter: add 'ref-filter.h'Karthik Nayak