Re: [PATCH v4] documentation: add tutorial for revision walking

2019-08-14 Thread Junio C Hamano
Emily Shaffer writes: >> > I think the tutorial itself is pretty much ready... >> >> A few comments after skimming this round; none of them may be a show >> stopper, but others may have different opinions. >> ... > Hmmm. It sounds like you're saying: > > - This object covers walking objects, wh

Re: [PATCH v4] documentation: add tutorial for revision walking

2019-08-14 Thread Emily Shaffer
On Wed, Aug 07, 2019 at 12:19:12PM -0700, Junio C Hamano wrote: > Emily Shaffer writes: > > > Since v3, only a couple of minor changes from Jonathan Tan - thanks. > > > > I'm dropping the updates for the RFC set, since they're incremental from > > now. Next time you all see them they will be in a

Re: [PATCH v4] documentation: add tutorial for revision walking

2019-08-07 Thread Junio C Hamano
Emily Shaffer writes: > Since v3, only a couple of minor changes from Jonathan Tan - thanks. > > I'm dropping the updates for the RFC set, since they're incremental from > now. Next time you all see them they will be in a form which we would > hope to maintain over a long period of time, checked

[PATCH v4] documentation: add tutorial for revision walking

2019-08-06 Thread Emily Shaffer
Existing documentation on revision walks seems to be primarily intended as a reference for those already familiar with the procedure. This tutorial attempts to give an entry-level guide to a couple of bare-bones revision walks so that new Git contributors can learn the concepts without having to wa