117 Commits (e6fc267314d24fe9a81875b85b28a4b5d0fb78b1)

Author SHA1 Message Date
Jeff King 11b087adfd ref-filter: consult want_color() before emitting colors 8 years ago
Jeff King ab7ded34d6 ref-filter: pass ref_format struct to atom parsers 8 years ago
Jeff King 29ef53cd36 ref-filter: factor out the parsing of sorting atoms 8 years ago
Jeff King aa8a5d144d ref-filter: make parse_ref_filter_atom a private function 8 years ago
Jeff King 18a2565016 ref-filter: provide a function for parsing sort options 8 years ago
Jeff King bf285ae6db ref-filter: move need_color_reset_at_eol into ref_format 8 years ago
Jeff King 4a68e36d7d ref-filter: abstract ref format into its own struct 8 years ago
Jeff King 51331aad69 ref-filter: simplify automatic color reset 8 years ago
Alejandro R. Sedeño 5b5c9c3e19 ref-filter.c: drop return from void function 8 years ago
Ævar Arnfjörð Bjarmason 55d3426929 wildmatch: remove unused wildopts parameter 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Ævar Arnfjörð Bjarmason 66f5f6dca9 C style: use standard style for "TRANSLATORS" comments 8 years ago
Jeff King cfe004a5a9 ref-filter: limit traversal to prefix 8 years ago
Jeff King 613a0e52ea ref-filter: resolve HEAD when parsing %(HEAD) atom 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson 9850fe5d95 ref-filter: convert some static functions to struct object_id 8 years ago
brian m. carlson cedfc41ac6 Convert struct ref_array_item to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson 1e43ed9867 Convert remaining callers of lookup_commit_reference* to object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Johannes Schindelin 1aeb7e756c parse_timestamp(): specify explicitly where we parse timestamps 8 years ago
Johannes Schindelin e467dc148d ref-filter: avoid using `unsigned long` for catch-all data type 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 5d3206d501 Convert sha1_array_lookup to take struct object_id 8 years ago
brian m. carlson 4ce3621a6d Convert remaining callers of sha1_array_lookup to object_id 8 years ago
Ævar Arnfjörð Bjarmason ac3f5a3468 ref-filter: add --no-contains option to tag/branch/for-each-ref 8 years ago
Ævar Arnfjörð Bjarmason 17d6c744dc ref-filter: make combining --merged & --no-merged an error 8 years ago
Jeff King a91aca44bf ref-filter: use separate cache for contains_tag_algo 8 years ago
Jeff King d344d1cb8a ref-filter: die on parse_commit errors 8 years ago
Jeff King a0262c51d0 ref-filter: use contains_result enum consistently 8 years ago
Jeff King 4d4bc41411 ref-filter: move ref_cbdata definition into ref-filter.c 8 years ago
brian m. carlson 2928325fc0 Convert remaining callers of resolve_refdup to object_id 8 years ago
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