Re: [PATCH v2 1/1] documentation: add lab for first contribution

2019-04-17 Thread Junio C Hamano
Eric Sunshine writes: > On Wed, Apr 17, 2019 at 1:32 AM Junio C Hamano wrote: >> "Emily Shaffer via GitGitGadget" writes: >> > +Now that you've written your manpage, you'll need to build it explicitly. >> > We >> > +convert your AsciiDoc to troff which is man-readable like so: >> > + >> > +mak

Re: [PATCH v2 1/1] documentation: add lab for first contribution

2019-04-17 Thread Emily Shaffer
> > This code lab covers how to add a new command to Git and, in the > > process, everything from cloning git/git to getting reviewed on the mail > > "lab"? I thought we settled on "tutorial". Also the place we are > having conversation we call "mailing list", I think. You're right. My find/repl

Re: [PATCH v2 1/1] documentation: add lab for first contribution

2019-04-17 Thread Eric Sunshine
On Wed, Apr 17, 2019 at 1:32 AM Junio C Hamano wrote: > "Emily Shaffer via GitGitGadget" writes: > > +Now that you've written your manpage, you'll need to build it explicitly. > > We > > +convert your AsciiDoc to troff which is man-readable like so: > > + > > +make all doc > > +man Documentation

Re: [PATCH v2 1/1] documentation: add lab for first contribution

2019-04-16 Thread Junio C Hamano
"Emily Shaffer via GitGitGadget" writes: > Subject: Re: [PATCH v2 1/1] documentation: add lab for first contribution > From: Emily Shaffer > > This code lab covers how to add a new command to Git and, in the > process, everything from cloning git/git to getting review

[PATCH v2 1/1] documentation: add lab for first contribution

2019-04-16 Thread Emily Shaffer via GitGitGadget
From: Emily Shaffer This code lab covers how to add a new command to Git and, in the process, everything from cloning git/git to getting reviewed on the mail list. It's meant for new contributors to go through interactively, learning the techniques generally used by the git/git development commun