Download raw body.
got clone: start of effort.
On Fri, Nov 29, 2019 at 01:45:18PM -0700, Stefan Sperling wrote: > On Fri, Nov 29, 2019 at 12:17:36PM -0800, Ori Bernstein wrote: > > This diff implements the fetch protocol support for git+ssh, and almost > > implements it for unencrypted git:// (haven't written the code to > > open the socket yet) Hey Ori, Without proper copyright and licence statements we cannot commit your work. And I would feel uncomfortable adding such text on someone else's behalf. If you have time to send a new diff with those added, I would apprecate it. This would allow us to move forward. Thank you! > > diff --git a/lib/fetch.c b/lib/fetch.c > > new file mode 100644 > > index 0000000..dfba5c3 > > --- /dev/null > > +++ b/lib/fetch.c > > @@ -0,0 +1,342 @@ > > +/* > > + * Copyright (c) 2018, 2019 Stefan Sperling <stsp@openbsd.org> > > Please add your own copyright claim here. I didn't write most of this. > > diff --git a/libexec/got-index-pack/got-index-pack.c b/libexec/got-index-pack/got-index-pack.c > > new file mode 100644 > > index 0000000..3bf2502 > > --- /dev/null > > +++ b/libexec/got-index-pack/got-index-pack.c > > @@ -0,0 +1,1254 @@ > > Please add your copyright and licence statements here.
got clone: start of effort.