Re: [PATCH v6 1/2] documentation: add tutorial for first contribution

2019-10-18 Thread Emily Shaffer
On Fri, Oct 18, 2019 at 06:40:27PM +0200, SZEDER Gábor wrote: > > Just leaving a quick note here: an entry about the new command should > be added to 'command-list.txt' as well, so it will be included in the > list of available commands in 'git help -a' or even in 'git help' > and in completion, i

Re: [PATCH v6 1/2] documentation: add tutorial for first contribution

2019-10-18 Thread SZEDER Gábor
On Fri, May 17, 2019 at 12:07:02PM -0700, Emily Shaffer wrote: > +=== Adding a New Command > + > +Lots of the subcommands are written as builtins, which means they are > +implemented in C and compiled into the main `git` executable. Implementing > the > +very simple `psuh` command as a built-in wi

Re: [PATCH v6 1/2] documentation: add tutorial for first contribution

2019-05-29 Thread Emily Shaffer
On Sun, May 26, 2019 at 09:48:26AM +0200, Christian Couder wrote: > On Fri, May 17, 2019 at 11:48 PM Emily Shaffer > wrote: > > > > This tutorial covers how to add a new command to Git and, in the > > process, everything from cloning git/git to getting reviewed on the > > mailing list. It's meant

Re: [PATCH v6 1/2] documentation: add tutorial for first contribution

2019-05-26 Thread Christian Couder
On Fri, May 17, 2019 at 11:48 PM Emily Shaffer wrote: > > This tutorial covers how to add a new command to Git and, in the > process, everything from cloning git/git to getting reviewed on the > mailing list. It's meant for new contributors to go through > interactively, learning the techniques ge

[PATCH v6 1/2] documentation: add tutorial for first contribution

2019-05-17 Thread Emily Shaffer
This tutorial covers how to add a new command to Git and, in the process, everything from cloning git/git to getting reviewed on the mailing list. It's meant for new contributors to go through interactively, learning the techniques generally used by the git/git development community. Reviewed-by: