summaryrefslogtreecommitdiff
path: root/ref-filter.c
AgeCommit message (Expand)Author
2017-01-31Merge branch 'rs/qsort-s'Junio C Hamano
2017-01-31Merge branch 'st/verify-tag'Junio C Hamano
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
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
2016-02-17ref-filter: introduce struct used_atomKarthik Nayak
2016-02-17ref-filter: bump 'used_atom' and related code to the topKarthik Nayak
2016-02-17ref-filter: use string_list_split over strbuf_splitJeff King
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Jeff King
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-11-03Merge branch 'kn/for-each-branch'Junio C Hamano
2015-10-30ref-filter: fallback on alphabetical comparisonKarthik Nayak
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano
2015-09-25ref-filter: drop sprintf and strcpy callsJeff King
2015-09-25branch.c: use 'ref-filter' APIsKarthik Nayak
2015-09-17ref-filter: add option to match literal patternKarthik Nayak
2015-09-17ref-filter: add support to sort by versionKarthik Nayak
2015-09-17ref-filter: add support for %(contents:lines=X)Karthik Nayak
2015-09-17ref-filter: add option to filter out tags, branches and remotesKarthik Nayak
2015-09-17ref-filter: implement an `align` atomKarthik Nayak
2015-09-17ref-filter: introduce match_atom_name()Karthik Nayak
2015-09-17ref-filter: introduce handler function for each atomKarthik Nayak
2015-09-17ref-filter: introduce ref_formatting_state and ref_formatting_stackKarthik Nayak
2015-09-17ref-filter: move `struct atom_value` to ref-filter.cKarthik Nayak
2015-08-24Merge 'kn/for-each-tag-branch' into kn/for-each-tagJunio C Hamano
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano
2015-08-03Merge branch 'kn/for-each-ref'Junio C Hamano
2015-08-03ref-filter: implement '--contains' optionKarthik Nayak
2015-08-03ref-filter: implement '--merged' and '--no-merged' optionsKarthik Nayak