"ZheNing Hu via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > @@ -530,6 +545,7 @@ static struct { > { "body", SOURCE_OBJ, FIELD_STR, body_atom_parser }, > { "trailers", SOURCE_OBJ, FIELD_STR, trailers_atom_parser }, > { "contents", SOURCE_OBJ, FIELD_STR, contents_atom_parser }, > + { "raw", SOURCE_OBJ, FIELD_STR, raw_atom_parser }, > { "upstream", SOURCE_NONE, FIELD_STR, remote_ref_atom_parser }, > { "push", SOURCE_NONE, FIELD_STR, remote_ref_atom_parser }, > { "symref", SOURCE_NONE, FIELD_STR, refname_atom_parser }, Doesn't this conflict with your own zh/ref-filter-atom-type topic? Shouldn't one build on top of the other? Or did we find something fundamentally broken about the other topic to make us retract it that I do not remember? Thanks.