Age | Commit message (Expand) | Author | Files | Lines |
2019-03-21 | parse_opt_ref_sorting: always use with NONEG flag | Jeff King | 1 | -0/+5 |
2018-05-08 | Merge branch 'ot/libify-get-ref-atom-value' | Junio C Hamano | 1 | -3/+4 |
2018-04-09 | ref-filter: factor ref_array pushing into its own function | Jeff King | 1 | -0/+8 |
2018-04-09 | ref-filter: use "struct object_id" consistently | Jeff King | 1 | -1/+1 |
2018-03-29 | ref-filter: start adding strbufs with errors | Olga Telezhnaya | 1 | -3/+4 |
2017-07-13 | ref-filter: consult want_color() before emitting colors | Jeff King | 1 | -1/+2 |
2017-07-13 | ref-filter: make parse_ref_filter_atom a private function | Jeff King | 1 | -2/+0 |
2017-07-13 | ref-filter: provide a function for parsing sort options | Jeff King | 1 | -0/+2 |
2017-07-13 | ref-filter: move need_color_reset_at_eol into ref_format | Jeff King | 1 | -0/+3 |
2017-07-13 | ref-filter: abstract ref format into its own struct | Jeff King | 1 | -5/+17 |
2017-05-08 | Convert struct ref_array_item to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-04-19 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+1 |
2017-03-31 | Rename sha1_array to oid_array | brian m. carlson | 1 | -1/+1 |
2017-03-24 | ref-filter: add --no-contains option to tag/branch/for-each-ref | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2017-03-10 | ref-filter: move ref_cbdata definition into ref-filter.c | Jeff King | 1 | -5/+0 |
2017-02-27 | Merge branch 'kn/ref-filter-branch-list' | Junio C Hamano | 1 | -0/+7 |
2017-01-31 | Merge branch 'st/verify-tag' | Junio C Hamano | 1 | -0/+7 |
2017-01-31 | ref-filter: allow porcelain to translate messages in the output | Karthik Nayak | 1 | -0/+2 |
2017-01-17 | ref-filter: add function to print single ref_array_item | Lukas Puehringer | 1 | -0/+7 |
2017-01-10 | ref-filter: introduce format_ref_array_item() | Karthik Nayak | 1 | -0/+3 |
2017-01-10 | ref-filter: move get_head_description() from branch.c | Karthik Nayak | 1 | -0/+2 |
2016-12-05 | tag, branch, for-each-ref: add --ignore-case for sorting and filtering | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2015-09-25 | branch.c: use 'ref-filter' APIs | Karthik Nayak | 1 | -1/+0 |
2015-09-25 | branch.c: use 'ref-filter' data structures | Karthik Nayak | 1 | -1/+6 |
2015-09-17 | ref-filter: add option to match literal pattern | Karthik Nayak | 1 | -1/+2 |
2015-09-17 | ref-filter: add support to sort by version | Karthik Nayak | 1 | -1/+2 |
2015-09-17 | ref-filter: add support for %(contents:lines=X) | Karthik Nayak | 1 | -1/+2 |
2015-09-17 | ref-filter: add option to filter out tags, branches and remotes | Karthik Nayak | 1 | -2/+11 |
2015-09-17 | ref-filter: move `struct atom_value` to ref-filter.c | Karthik Nayak | 1 | -4/+1 |
2015-08-03 | ref-filter: implement '--contains' option | Karthik Nayak | 1 | -0/+3 |
2015-08-03 | ref-filter: implement '--merged' and '--no-merged' options | Karthik Nayak | 1 | -0/+8 |
2015-08-03 | ref-filter: add parse_opt_merge_filter() | Karthik Nayak | 1 | -0/+11 |
2015-08-03 | ref-filter: implement '--points-at' option | Karthik Nayak | 1 | -0/+1 |
2015-08-03 | ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refname | Karthik Nayak | 1 | -1/+1 |
2015-08-03 | for-each-ref: introduce filter_refs() | Karthik Nayak | 1 | -4/+12 |
2015-06-15 | ref-filter: add 'ref-filter.h' | Karthik Nayak | 1 | -0/+66 |