summaryrefslogtreecommitdiff
path: root/ref-filter.c
AgeCommit message (Expand)AuthorFilesLines
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-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
2016-02-17ref-filter: introduce struct used_atomLibravatar Karthik Nayak1-17/+18
2016-02-17ref-filter: bump 'used_atom' and related code to the topLibravatar Karthik Nayak1-15/+15
2016-02-17ref-filter: use string_list_split over strbuf_splitLibravatar Jeff King1-18/+11
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Libravatar Jeff King1-0/+26
2015-11-20Remove get_object_hash.Libravatar brian m. carlson1-3/+3
2015-11-20Convert struct object to object_idLibravatar brian m. carlson1-4/+4
2015-11-20Add several uses of get_object_hash.Libravatar brian m. carlson1-3/+3
2015-11-03Merge branch 'kn/for-each-branch'Libravatar Junio C Hamano1-1/+1
2015-10-30ref-filter: fallback on alphabetical comparisonLibravatar Karthik Nayak1-1/+1
2015-10-20Merge branch 'jk/war-on-sprintf'Libravatar Junio C Hamano1-48/+22
2015-09-25ref-filter: drop sprintf and strcpy callsLibravatar Jeff King1-48/+22
2015-09-25branch.c: use 'ref-filter' APIsLibravatar Karthik Nayak1-1/+1
2015-09-17ref-filter: add option to match literal patternLibravatar Karthik Nayak1-3/+37