Junio C Hamano <gitster@xxxxxxxxx> 于2021年6月8日周二 下午2:42写道: > > "ZheNing Hu via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > > > ZheNing Hu (6): > > [GSOC] ref-filter: add obj-type check in grab contents > > [GSOC] ref-filter: add %(raw) atom > > [GSOC] ref-filter: use non-const ref_format in *_atom_parser() > > [GSOC] ref-filter: add %(rest) atom and --rest option > > [GSOC] ref-filter: teach grab_sub_body_contents() return value and err > > [GSOC] ref-filter: add %(raw:textconv) and %(raw:filters) > > I haven't gotten around looking at anything after the %(rest) one, > but > > https://github.com/git/git/runs/2770688471?check_suite_focus=true > > seems to tell us that there is "size_t *" vs "ulong *" type > confusion, possibly around the textconv thing. > > ok, I will change it when we use %(raw:textconv) next time. Thanks. -- ZheNing Hu