Download raw body.
Send/Fetch plumbing in parser
On Fri, Aug 27, 2021 at 09:18:47PM +0200, Christian Weisgerber wrote: > Tracey Emery: > > > +struct fetch_repo { > > + char *fetch_name; > > > +struct send_repo { > > + char *send_name; > > Those fields don't serve any purpose, do they? > > -- > Christian "naddy" Weisgerber naddy@mips.inka.de You're right. Sorry, over zealous copy/pasting going on around here! Fixed! -- Tracey Emery
Send/Fetch plumbing in parser