Re: [PATCH v5] documentation: add tutorial for object walking

2019-10-11 Thread Emily Shaffer
On Fri, Oct 11, 2019 at 07:50:10PM +0200, SZEDER Gábor wrote: > On Thu, Oct 10, 2019 at 08:19:32AM -0700, Emily Shaffer wrote: > > diff --git a/Documentation/MyFirstObjectWalk.txt > > b/Documentation/MyFirstObjectWalk.txt > > new file mode 100644 > > index 00..7085f17072 > > --- /dev/null

Re: [PATCH v5] documentation: add tutorial for object walking

2019-10-11 Thread Emily Shaffer
On Fri, Oct 11, 2019 at 02:50:34PM +0900, Junio C Hamano wrote: > Emily Shaffer writes: > > > @@ -77,6 +77,7 @@ API_DOCS = $(patsubst %.txt,%,$(filter-out > > technical/api-index-skel.txt technica > > SP_ARTICLES += $(API_DOCS) > > > > TECH_DOCS += MyFirstContribution > > +TECH_DOCS += MyFir

Re: [PATCH v5] documentation: add tutorial for object walking

2019-10-11 Thread SZEDER Gábor
On Thu, Oct 10, 2019 at 08:19:32AM -0700, Emily Shaffer wrote: > diff --git a/Documentation/MyFirstObjectWalk.txt > b/Documentation/MyFirstObjectWalk.txt > new file mode 100644 > index 00..7085f17072 > --- /dev/null > +++ b/Documentation/MyFirstObjectWalk.txt > @@ -0,0 +1,905 @@ > +My Firs

Re: [PATCH v5] documentation: add tutorial for object walking

2019-10-10 Thread Junio C Hamano
Emily Shaffer writes: > @@ -77,6 +77,7 @@ API_DOCS = $(patsubst %.txt,%,$(filter-out > technical/api-index-skel.txt technica > SP_ARTICLES += $(API_DOCS) > > TECH_DOCS += MyFirstContribution > +TECH_DOCS += MyFirstRevWalk s/Rev/Object/ probably (if so I can locally amend). > diff --git a/D

[PATCH v5] documentation: add tutorial for object walking

2019-10-10 Thread Emily Shaffer
The target audience is a Git contributor who is just getting started with the concept of object walking. The goal is to prepare this contributor to be able to understand and modify existing commands which perform revision walks more easily, although it will also prepare contributors to create new c