summaryrefslogtreecommitdiff
path: root/ref-filter.c
AgeCommit message (Expand)Author
2016-02-17ref-filter: introduce objectname_atom_parser()Karthik Nayak
2016-02-17ref-filter: introduce contents_atom_parser()Karthik Nayak
2016-02-17ref-filter: introduce remote_ref_atom_parser()Karthik Nayak
2016-02-17ref-filter: align: introduce long-form syntaxKarthik Nayak
2016-02-17ref-filter: introduce align_atom_parser()Karthik Nayak
2016-02-17ref-filter: introduce parse_align_position()Karthik Nayak
2016-02-17ref-filter: introduce color_atom_parser()Karthik Nayak
2016-02-17ref-filter: introduce parsing functions for each valid atomKarthik Nayak
2016-02-17ref-filter: introduce struct used_atomKarthik Nayak
2016-02-17ref-filter: bump 'used_atom' and related code to the topKarthik Nayak
2016-02-17ref-filter: use string_list_split over strbuf_splitJeff King
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Jeff King
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-11-03Merge branch 'kn/for-each-branch'Junio C Hamano
2015-10-30ref-filter: fallback on alphabetical comparisonKarthik Nayak
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano
2015-09-25ref-filter: drop sprintf and strcpy callsJeff King
2015-09-25branch.c: use 'ref-filter' APIsKarthik 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: implement an `align` atomKarthik Nayak
2015-09-17ref-filter: introduce match_atom_name()Karthik Nayak
2015-09-17ref-filter: introduce handler function for each atomKarthik Nayak
2015-09-17ref-filter: introduce ref_formatting_state and ref_formatting_stackKarthik Nayak
2015-09-17ref-filter: move `struct atom_value` to ref-filter.cKarthik Nayak
2015-08-24Merge 'kn/for-each-tag-branch' into kn/for-each-tagJunio C Hamano
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano
2015-08-03Merge branch 'kn/for-each-ref'Junio C Hamano
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-08-03ref-filter: move code from 'for-each-ref'Karthik Nayak