aboutsummaryrefslogtreecommitdiff
path: root/ref-filter.h
Commit message (Expand)AuthorAge
* ref-filter: consult want_color() before emitting colorsJeff King2017-07-13
* ref-filter: make parse_ref_filter_atom a private functionJeff King2017-07-13
* ref-filter: provide a function for parsing sort optionsJeff King2017-07-13
* ref-filter: move need_color_reset_at_eol into ref_formatJeff King2017-07-13
* ref-filter: abstract ref format into its own structJeff King2017-07-13
* Convert struct ref_array_item to struct object_idbrian m. carlson2017-05-08
* Merge branch 'bc/object-id'Junio C Hamano2017-04-19
|\
| * Rename sha1_array to oid_arraybrian m. carlson2017-03-31
* | ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason2017-03-24
|/
* ref-filter: move ref_cbdata definition into ref-filter.cJeff King2017-03-10
* Merge branch 'kn/ref-filter-branch-list'Junio C Hamano2017-02-27
|\
| * ref-filter: allow porcelain to translate messages in the outputKarthik Nayak2017-01-31
| * ref-filter: introduce format_ref_array_item()Karthik Nayak2017-01-10
| * ref-filter: move get_head_description() from branch.cKarthik Nayak2017-01-10
* | Merge branch 'st/verify-tag'Junio C Hamano2017-01-31
|\ \ | |/ |/|
| * ref-filter: add function to print single ref_array_itemLukas Puehringer2017-01-17
* | tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy2016-12-05
|/
* branch.c: use 'ref-filter' APIsKarthik Nayak2015-09-25
* branch.c: use 'ref-filter' data structuresKarthik 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: move `struct atom_value` to ref-filter.cKarthik Nayak2015-09-17
* 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
* 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: add 'ref-filter.h'Karthik Nayak2015-06-15