48 Commits (1a5fccc0c26b4a8abafd85a73558022e65f6f8cf)

Author SHA1 Message Date
Junio C Hamano 84679d470d for-each-ref: do not segv with %(HEAD) on an unborn branch 8 years ago
SZEDER Gábor e94ce1394e ref-filter: strip format option after a field name only once while parsing 8 years ago
René Scharfe 9ed0d8d6e6 use QSORT 8 years ago
René Scharfe d23309733a introduce hex2chr() for converting two hexadecimal digits to a character 8 years ago
Nguyễn Thái Ngọc Duy 1823c619e9 ref-filter.c: mark strings for translation 9 years ago
Jeff King 96ffc06f72 convert trivial cases to FLEX_ARRAY macros 9 years ago
Karthik Nayak fe63c4d110 ref-filter: introduce objectname_atom_parser() 9 years ago
Karthik Nayak 452db3973c ref-filter: introduce contents_atom_parser() 9 years ago
Karthik Nayak 5339bdad96 ref-filter: introduce remote_ref_atom_parser() 9 years ago
Karthik Nayak 395fb8f9f4 ref-filter: align: introduce long-form syntax 9 years ago
Karthik Nayak 5bd881d998 ref-filter: introduce align_atom_parser() 9 years ago
Karthik Nayak 25a8d79e00 ref-filter: introduce parse_align_position() 9 years ago
Karthik Nayak fd935cc7e8 ref-filter: introduce color_atom_parser() 9 years ago
Karthik Nayak 4de707ea4f ref-filter: introduce parsing functions for each valid atom 9 years ago
Karthik Nayak b072add7fb ref-filter: introduce struct used_atom 9 years ago
Karthik Nayak 50cd83dca1 ref-filter: bump 'used_atom' and related code to the top 9 years ago
Jeff King 132676478c ref-filter: use string_list_split over strbuf_split 9 years ago
Jeff King 0571979bd6 tag: do not show ambiguous tag names as "tags/foo" 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Karthik Nayak 9e468334b4 ref-filter: fallback on alphabetical comparison 9 years ago
Jeff King a5e03bf5c6 ref-filter: drop sprintf and strcpy calls 9 years ago
Karthik Nayak aedcb7dc75 branch.c: use 'ref-filter' APIs 9 years ago
Karthik Nayak bef0e12bec ref-filter: add option to match literal pattern 9 years ago
Karthik Nayak 90c004085c ref-filter: add support to sort by version 9 years ago
Karthik Nayak 1bb38e5a6a ref-filter: add support for %(contents:lines=X) 9 years ago
Karthik Nayak 5b4f28510f ref-filter: add option to filter out tags, branches and remotes 9 years ago
Karthik Nayak ce59208293 ref-filter: implement an `align` atom 9 years ago
Karthik Nayak 40a7551d25 ref-filter: introduce match_atom_name() 9 years ago
Karthik Nayak 63d89fbce1 ref-filter: introduce handler function for each atom 9 years ago
Karthik Nayak 574e96a241 ref-filter: introduce ref_formatting_state and ref_formatting_stack 9 years ago
Karthik Nayak 3a25761a5e ref-filter: move `struct atom_value` to ref-filter.c 9 years ago
Karthik Nayak ee2bd06b0f ref-filter: implement '--contains' option 10 years ago
Karthik Nayak 35257aa012 ref-filter: implement '--merged' and '--no-merged' options 10 years ago
Karthik Nayak 5afcb90560 ref-filter: add parse_opt_merge_filter() 10 years ago
Karthik Nayak 68411046b5 ref-filter: implement '--points-at' option 10 years ago
Karthik Nayak 1958a6eb54 ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refname 10 years ago
Karthik Nayak 14de7fba34 for-each-ref: introduce filter_refs() 10 years ago
Karthik Nayak c95b758587 ref-filter: move code from 'for-each-ref' 10 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 years ago
Karthik Nayak 69b1cf91e5 ref-filter: add 'ref-filter.h' 10 years ago
Karthik Nayak 73079d21ec for-each-ref: rename variables called sort to sorting 10 years ago
Karthik Nayak 277b915715 for-each-ref: rename some functions and make them public 10 years ago
Karthik Nayak 8e33678a26 for-each-ref: introduce 'ref_array_clear()' 10 years ago
Karthik Nayak 215b565126 for-each-ref: introduce new structures for better organisation 10 years ago
Karthik Nayak 5879232090 for-each-ref: rename 'refinfo' to 'ref_array_item' 10 years ago
Karthik Nayak fc80edcae1 for-each-ref: clean up code 10 years ago
Karthik Nayak ed01e206ba for-each-ref: extract helper functions out of grab_single_ref() 10 years ago
Michael Haggerty 8afc493d11 for-each-ref: report broken references correctly 10 years ago