summaryrefslogtreecommitdiff
path: root/ref-filter.c
AgeCommit message (Expand)Author
2017-03-17Merge branch 'jk/ref-filter-flags-cleanup'Junio C Hamano
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-03-10ref-filter: use separate cache for contains_tag_algoJeff King
2017-03-10ref-filter: die on parse_commit errorsJeff King
2017-03-10ref-filter: use contains_result enum consistentlyJeff King
2017-03-10ref-filter: move ref_cbdata definition into ref-filter.cJeff King
2017-02-27Merge branch 'kn/ref-filter-branch-list'Junio C Hamano
2017-02-22Convert remaining callers of resolve_refdup to object_idbrian m. carlson
2017-02-07ref-filter: resurrect "strip" as a synonym to "lstrip"Junio C Hamano
2017-01-31Merge branch 'rs/qsort-s'Junio C Hamano
2017-01-31Merge branch 'st/verify-tag'Junio C Hamano
2017-01-31ref-filter: allow porcelain to translate messages in the outputKarthik Nayak
2017-01-31ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesKarthik Nayak
2017-01-31ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Karthik Nayak
2017-01-23ref-filter: use QSORT_S in ref_array_sort()René Scharfe
2017-01-18ref-filter: add function to print single ref_array_itemLukas Puehringer
2017-01-10ref-filter: Do not abruptly die when using the 'lstrip=<N>' optionKarthik Nayak
2017-01-10ref-filter: rename the 'strip' option to 'lstrip'Karthik Nayak
2017-01-10ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()Karthik Nayak
2017-01-10ref-filter: introduce refname_atom_parser()Karthik Nayak
2017-01-10ref-filter: introduce refname_atom_parser_internal()Karthik Nayak
2017-01-10ref-filter: make "%(symref)" atom work with the ':short' modifierKarthik Nayak
2017-01-10ref-filter: add support for %(upstream:track,nobracket)Karthik Nayak
2017-01-10ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreamsKarthik Nayak
2017-01-10ref-filter: introduce format_ref_array_item()Karthik Nayak
2017-01-10ref-filter: move get_head_description() from branch.cKarthik Nayak
2017-01-10ref-filter: modify "%(objectname:short)" to take lengthKarthik Nayak
2017-01-10ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)Karthik Nayak
2017-01-10ref-filter: include reference to 'used_atom' within 'atom_value'Karthik Nayak
2017-01-10ref-filter: implement %(if), %(then), and %(else) atomsKarthik Nayak
2016-12-19Merge branch 'jk/trailers-placeholder-in-pretty'Junio C Hamano
2016-12-11ref-filter: add support to display trailers as part of contentsJacob Keller
2016-12-05tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy
2016-11-23Merge branch 'jc/for-each-ref-head-segfault-fix'Junio C Hamano
2016-11-18for-each-ref: do not segv with %(HEAD) on an unborn branchJunio C Hamano
2016-10-10Merge branch 'rs/qsort'Junio C Hamano
2016-10-03ref-filter: strip format option after a field name only once while parsingSZEDER Gábor
2016-09-29use QSORTRené Scharfe
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe
2016-02-29ref-filter.c: mark strings for translationNguyễn Thái Ngọc Duy
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King
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