137 Commits (0ffaa00f453978bffc4ff0f8a45ea0a52549e7cd)

Author SHA1 Message Date
Jeff King 0ffaa00f45 ref-filter: make ref_array_item allocation more consistent 7 years ago
Jeff King 53df97a29d ref-filter: use "struct object_id" consistently 7 years ago
Brandon Williams 1472b5bf68 ref-filter: rename 'new' variables 7 years ago
Olga Telezhnaya edfb8ba068 ref-filter: get rid of goto 7 years ago
Olga Telezhnaya 2bbc6e8a92 ref-filter: get rid of duplicate code 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
Jeff Hostetler d7d1b496ae stat_tracking_info: return +1 when branches not equal 7 years ago
René Scharfe 5dee6d6f28 ref-filter: use clear_commit_marks_many() in do_merge_filter() 7 years ago
J Wyman 9700fae5ee for-each-ref: let upstream/push report the remote ref name 7 years ago
Johannes Schindelin cc72385fe3 for-each-ref: let upstream/push optionally report the remote name 7 years ago
Taylor Blau bea4dbeafd ref-filter.c: pass empty-string as NULL to atom parsers 7 years ago
Taylor Blau 7a5edbdb74 ref-filter.c: parse trailers arguments with %(contents) atom 7 years ago
Taylor Blau 67a20a0010 ref-filter.c: use trailer_opts to format trailers 7 years ago
René Scharfe efbd4fdfc9 refs: pass NULL to resolve_refdup() if hash is not needed 7 years ago
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