summaryrefslogtreecommitdiff
path: root/ref-filter.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-17Merge branch 'jk/ref-filter-flags-cleanup'Libravatar Junio C Hamano1-26/+44
2017-03-17Merge branch 'bc/object-id'Libravatar Junio C Hamano1-2/+2
2017-03-10ref-filter: use separate cache for contains_tag_algoLibravatar Jeff King1-20/+35
2017-03-10ref-filter: die on parse_commit errorsLibravatar Jeff King1-3/+1
2017-03-10ref-filter: use contains_result enum consistentlyLibravatar Jeff King1-8/+8
2017-03-10ref-filter: move ref_cbdata definition into ref-filter.cLibravatar Jeff King1-0/+5
2017-02-27Merge branch 'kn/ref-filter-branch-list'Libravatar Junio C Hamano1-76/+417
2017-02-22Convert remaining callers of resolve_refdup to object_idLibravatar brian m. carlson1-2/+2
2017-02-07ref-filter: resurrect "strip" as a synonym to "lstrip"Libravatar Junio C Hamano1-1/+2
2017-01-31Merge branch 'rs/qsort-s'Libravatar Junio C Hamano1-4/+2
2017-01-31Merge branch 'st/verify-tag'Libravatar Junio C Hamano1-6/+21
2017-01-31ref-filter: allow porcelain to translate messages in the outputLibravatar Karthik Nayak1-4/+25
2017-01-31ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesLibravatar Karthik Nayak1-2/+39
2017-01-31ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Libravatar Karthik Nayak1-5/+22
2017-01-23ref-filter: use QSORT_S in ref_array_sort()Libravatar René Scharfe1-4/+2
2017-01-17ref-filter: add function to print single ref_array_itemLibravatar Lukas Puehringer1-6/+21
2017-01-10ref-filter: Do not abruptly die when using the 'lstrip=<N>' optionLibravatar Karthik Nayak1-2/+1
2017-01-10ref-filter: rename the 'strip' option to 'lstrip'Libravatar Karthik Nayak1-10/+10
2017-01-10ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()Libravatar Karthik Nayak1-11/+15
2017-01-10ref-filter: introduce refname_atom_parser()Libravatar Karthik Nayak1-33/+40
2017-01-10ref-filter: introduce refname_atom_parser_internal()Libravatar Karthik Nayak1-0/+21
2017-01-10ref-filter: make "%(symref)" atom work with the ':short' modifierLibravatar Karthik Nayak1-1/+1
2017-01-10ref-filter: add support for %(upstream:track,nobracket)Libravatar Karthik Nayak1-23/+44
2017-01-10ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreamsLibravatar Karthik Nayak1-1/+3
2017-01-10ref-filter: introduce format_ref_array_item()Libravatar Karthik Nayak1-4/+12
2017-01-10ref-filter: move get_head_description() from branch.cLibravatar Karthik Nayak1-2/+36
2017-01-10ref-filter: modify "%(objectname:short)" to take lengthLibravatar Karthik Nayak1-6/+19
2017-01-10ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)Libravatar Karthik Nayak1-5/+41
2017-01-10ref-filter: include reference to 'used_atom' within 'atom_value'Libravatar Karthik Nayak1-5/+3
2017-01-10ref-filter: implement %(if), %(then), and %(else) atomsLibravatar Karthik Nayak1-7/+127
2016-12-19Merge branch 'jk/trailers-placeholder-in-pretty'Libravatar Junio C Hamano1-1/+21
2016-12-11ref-filter: add support to display trailers as part of contentsLibravatar Jacob Keller1-1/+21
2016-12-05tag, branch, for-each-ref: add --ignore-case for sorting and filteringLibravatar Nguyễn Thái Ngọc Duy1-7/+21
2016-11-23Merge branch 'jc/for-each-ref-head-segfault-fix'Libravatar Junio C Hamano1-1/+1
2016-11-18for-each-ref: do not segv with %(HEAD) on an unborn branchLibravatar Junio C Hamano1-1/+1
2016-10-10Merge branch 'rs/qsort'Libravatar Junio C Hamano1-1/+1
2016-10-03ref-filter: strip format option after a field name only once while parsingLibravatar SZEDER Gábor1-11/+11
2016-09-29use QSORTLibravatar René Scharfe1-1/+1
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterLibravatar René Scharfe1-19/+1
2016-02-29ref-filter.c: mark strings for translationLibravatar Nguyễn Thái Ngọc Duy1-14/+14
2016-02-26Merge branch 'jk/tighten-alloc'Libravatar Junio C Hamano1-4/+2
2016-02-22convert trivial cases to FLEX_ARRAY macrosLibravatar Jeff King1-4/+2
2016-02-17ref-filter: introduce objectname_atom_parser()Libravatar Karthik Nayak1-11/+24
2016-02-17ref-filter: introduce contents_atom_parser()Libravatar Karthik Nayak1-29/+50
2016-02-17ref-filter: introduce remote_ref_atom_parser()Libravatar Karthik Nayak1-42/+61
2016-02-17ref-filter: align: introduce long-form syntaxLibravatar Karthik Nayak1-1/+9
2016-02-17ref-filter: introduce align_atom_parser()Libravatar Karthik Nayak1-51/+40
2016-02-17ref-filter: introduce parse_align_position()Libravatar Karthik Nayak1-6/+15
2016-02-17ref-filter: introduce color_atom_parser()Libravatar Karthik Nayak1-9/+16
2016-02-17ref-filter: introduce parsing functions for each valid atomLibravatar Karthik Nayak1-4/+10