summaryrefslogtreecommitdiff
path: root/ref-filter.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-31ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesKarthik Nayak1-2/+39
2017-01-31ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Karthik Nayak1-5/+22
2017-01-23ref-filter: use QSORT_S in ref_array_sort()René Scharfe1-4/+2
2017-01-17ref-filter: add function to print single ref_array_itemLukas Puehringer1-6/+21
2017-01-10ref-filter: Do not abruptly die when using the 'lstrip=<N>' optionKarthik Nayak1-2/+1
2017-01-10ref-filter: rename the 'strip' option to 'lstrip'Karthik Nayak1-10/+10
2017-01-10ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()Karthik Nayak1-11/+15
2017-01-10ref-filter: introduce refname_atom_parser()Karthik Nayak1-33/+40
2017-01-10ref-filter: introduce refname_atom_parser_internal()Karthik Nayak1-0/+21
2017-01-10ref-filter: make "%(symref)" atom work with the ':short' modifierKarthik Nayak1-1/+1
2017-01-10ref-filter: add support for %(upstream:track,nobracket)Karthik Nayak1-23/+44
2017-01-10ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreamsKarthik Nayak1-1/+3
2017-01-10ref-filter: introduce format_ref_array_item()Karthik Nayak1-4/+12
2017-01-10ref-filter: move get_head_description() from branch.cKarthik Nayak1-2/+36
2017-01-10ref-filter: modify "%(objectname:short)" to take lengthKarthik Nayak1-6/+19
2017-01-10ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)Karthik Nayak1-5/+41
2017-01-10ref-filter: include reference to 'used_atom' within 'atom_value'Karthik Nayak1-5/+3
2017-01-10ref-filter: implement %(if), %(then), and %(else) atomsKarthik Nayak1-7/+127
2016-12-19Merge branch 'jk/trailers-placeholder-in-pretty'Junio C Hamano1-1/+21
2016-12-11ref-filter: add support to display trailers as part of contentsJacob Keller1-1/+21
2016-12-05tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy1-7/+21
2016-11-23Merge branch 'jc/for-each-ref-head-segfault-fix'Junio C Hamano1-1/+1
2016-11-18for-each-ref: do not segv with %(HEAD) on an unborn branchJunio C Hamano1-1/+1
2016-10-10Merge branch 'rs/qsort'Junio C Hamano1-1/+1
2016-10-03ref-filter: strip format option after a field name only once while parsingSZEDER Gábor1-11/+11
2016-09-29use QSORTRené Scharfe1-1/+1
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe1-19/+1
2016-02-29ref-filter.c: mark strings for translationNguyễn Thái Ngọc Duy1-14/+14
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano1-4/+2
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King1-4/+2
2016-02-17ref-filter: introduce objectname_atom_parser()Karthik Nayak1-11/+24
2016-02-17ref-filter: introduce contents_atom_parser()Karthik Nayak1-29/+50
2016-02-17ref-filter: introduce remote_ref_atom_parser()Karthik Nayak1-42/+61
2016-02-17ref-filter: align: introduce long-form syntaxKarthik Nayak1-1/+9
2016-02-17ref-filter: introduce align_atom_parser()Karthik Nayak1-51/+40
2016-02-17ref-filter: introduce parse_align_position()Karthik Nayak1-6/+15
2016-02-17ref-filter: introduce color_atom_parser()Karthik Nayak1-9/+16
2016-02-17ref-filter: introduce parsing functions for each valid atomKarthik Nayak1-4/+10
2016-02-17ref-filter: introduce struct used_atomKarthik Nayak1-17/+18
2016-02-17ref-filter: bump 'used_atom' and related code to the topKarthik Nayak1-15/+15
2016-02-17ref-filter: use string_list_split over strbuf_splitJeff King1-18/+11
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Jeff King1-0/+26
2015-11-20Remove get_object_hash.brian m. carlson1-3/+3
2015-11-20Convert struct object to object_idbrian m. carlson1-4/+4
2015-11-20Add several uses of get_object_hash.brian m. carlson1-3/+3
2015-11-03Merge branch 'kn/for-each-branch'Junio C Hamano1-1/+1
2015-10-30ref-filter: fallback on alphabetical comparisonKarthik Nayak1-1/+1
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano1-48/+22
2015-09-25ref-filter: drop sprintf and strcpy callsJeff King1-48/+22
2015-09-25branch.c: use 'ref-filter' APIsKarthik Nayak1-1/+1