74 Commits (e0688e9b28f2c5ff711460ee8b62077be5df2360)

Author SHA1 Message Date
Junio C Hamano 44a6b6ce17 ref-filter: resurrect "strip" as a synonym to "lstrip" 8 years ago
Karthik Nayak 6eac70fa63 ref-filter: allow porcelain to translate messages in the output 8 years ago
Karthik Nayak 1a34728e6b ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnames 8 years ago
Karthik Nayak 1a0ca5e358 ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>' 8 years ago
René Scharfe 83fc4d64fe ref-filter: use QSORT_S in ref_array_sort() 8 years ago
Lukas Puehringer 2111aa794b ref-filter: add function to print single ref_array_item 8 years ago
Karthik Nayak 3a42980f9e ref-filter: Do not abruptly die when using the 'lstrip=<N>' option 8 years ago
Karthik Nayak 17938f171f ref-filter: rename the 'strip' option to 'lstrip' 8 years ago
Karthik Nayak 3ba308cb4b ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal() 8 years ago
Karthik Nayak a798410184 ref-filter: introduce refname_atom_parser() 8 years ago
Karthik Nayak b180e6fe19 ref-filter: introduce refname_atom_parser_internal() 8 years ago
Karthik Nayak 01f95825d5 ref-filter: make "%(symref)" atom work with the ':short' modifier 8 years ago
Karthik Nayak 7743fcca5b ref-filter: add support for %(upstream:track,nobracket) 8 years ago
Karthik Nayak ffd921d311 ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams 8 years ago
Karthik Nayak 99c6a71d4f ref-filter: introduce format_ref_array_item() 8 years ago
Karthik Nayak d4919bb288 ref-filter: move get_head_description() from branch.c 8 years ago
Karthik Nayak 42d0eb05ee ref-filter: modify "%(objectname:short)" to take length 8 years ago
Karthik Nayak 4f3e3b37fa ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>) 8 years ago
Karthik Nayak c58fc85692 ref-filter: include reference to 'used_atom' within 'atom_value' 8 years ago
Karthik Nayak c58492d434 ref-filter: implement %(if), %(then), and %(else) atoms 8 years ago
Jacob Keller b1d31c8954 ref-filter: add support to display trailers as part of contents 8 years ago
Nguyễn Thái Ngọc Duy 3bb16a8bf2 tag, branch, for-each-ref: add --ignore-case for sorting and filtering 8 years ago
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