summaryrefslogtreecommitdiff
path: root/ref-filter.h
AgeCommit message (Expand)Author
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