aboutsummaryrefslogtreecommitdiff
path: root/ref-filter.c
Commit message (Expand)AuthorAge
...
| * ref-filter: resurrect "strip" as a synonym to "lstrip"Junio C Hamano2017-02-07
| * ref-filter: allow porcelain to translate messages in the outputKarthik Nayak2017-01-31
| * ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesKarthik Nayak2017-01-31
| * ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Karthik Nayak2017-01-31
| * ref-filter: Do not abruptly die when using the 'lstrip=<N>' optionKarthik Nayak2017-01-10
| * ref-filter: rename the 'strip' option to 'lstrip'Karthik Nayak2017-01-10
| * ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()Karthik Nayak2017-01-10
| * ref-filter: introduce refname_atom_parser()Karthik Nayak2017-01-10
| * ref-filter: introduce refname_atom_parser_internal()Karthik Nayak2017-01-10
| * ref-filter: make "%(symref)" atom work with the ':short' modifierKarthik Nayak2017-01-10
| * ref-filter: add support for %(upstream:track,nobracket)Karthik Nayak2017-01-10
| * ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreamsKarthik Nayak2017-01-10
| * ref-filter: introduce format_ref_array_item()Karthik Nayak2017-01-10
| * ref-filter: move get_head_description() from branch.cKarthik Nayak2017-01-10
| * ref-filter: modify "%(objectname:short)" to take lengthKarthik Nayak2017-01-10
| * ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)Karthik Nayak2017-01-10
| * ref-filter: include reference to 'used_atom' within 'atom_value'Karthik Nayak2017-01-10
| * ref-filter: implement %(if), %(then), and %(else) atomsKarthik Nayak2017-01-10
* | Merge branch 'rs/qsort-s'Junio C Hamano2017-01-31
|\ \
| * | ref-filter: use QSORT_S in ref_array_sort()René Scharfe2017-01-23
* | | Merge branch 'st/verify-tag'Junio C Hamano2017-01-31
|\ \ \ | |_|/ |/| |
| * | ref-filter: add function to print single ref_array_itemLukas Puehringer2017-01-17
* | | Merge branch 'jk/trailers-placeholder-in-pretty'Junio C Hamano2016-12-19
|\ \ \
| * | | ref-filter: add support to display trailers as part of contentsJacob Keller2016-12-11
* | | | tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy2016-12-05
| |_|/ |/| |
* | | Merge branch 'jc/for-each-ref-head-segfault-fix'Junio C Hamano2016-11-23
|\ \ \ | |/ / |/| |
| * | for-each-ref: do not segv with %(HEAD) on an unborn branchJunio C Hamano2016-11-18
* | | Merge branch 'rs/qsort'Junio C Hamano2016-10-10
|\ \ \
| * | | use QSORTRené Scharfe2016-09-29
| | |/ | |/|
* | | ref-filter: strip format option after a field name only once while parsingSZEDER Gábor2016-10-03
|/ /
* | introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe2016-09-07
|/
* ref-filter.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-29
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\
| * convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-22
* | ref-filter: introduce objectname_atom_parser()Karthik Nayak2016-02-17
* | ref-filter: introduce contents_atom_parser()Karthik Nayak2016-02-17
* | ref-filter: introduce remote_ref_atom_parser()Karthik Nayak2016-02-17
* | ref-filter: align: introduce long-form syntaxKarthik Nayak2016-02-17
* | ref-filter: introduce align_atom_parser()Karthik Nayak2016-02-17
* | ref-filter: introduce parse_align_position()Karthik Nayak2016-02-17
* | ref-filter: introduce color_atom_parser()Karthik Nayak2016-02-17
* | ref-filter: introduce parsing functions for each valid atomKarthik Nayak2016-02-17
* | ref-filter: introduce struct used_atomKarthik Nayak2016-02-17
* | ref-filter: bump 'used_atom' and related code to the topKarthik Nayak2016-02-17
* | ref-filter: use string_list_split over strbuf_splitJeff King2016-02-17
|/
* tag: do not show ambiguous tag names as "tags/foo"Jeff King2016-01-26
* Remove get_object_hash.brian m. carlson2015-11-20
* Convert struct object to object_idbrian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* Merge branch 'kn/for-each-branch'Junio C Hamano2015-11-03
|\