Re: [PATCH] How to keep a project's canonical history correct.

2014-05-09 Thread Stephen & Linda Smith
On Friday, May 09, 2014 02:05:44 PM Junio C Hamano wrote: > I needed a few tweaks on top while queuing. You will find the > result on 'pu' after I push it out. > > In addition to one typofix ("because" lacking "c"), here are what I > did: > > - Typeset concrete command e.g. `git pull` in monosp

Re: [PATCH] How to keep a project's canonical history correct.

2014-05-09 Thread Junio C Hamano
"Stephen P. Smith" writes: > During the mail thread about "Pull is mostly evil" a user asked how > the first parent could become reversed. > > This howto explains how the first parent can get reversed when viewed > by the project and then explains a method to keep the history correct. > > Signed-

Re: [PATCH] How to keep a project's canonical history correct.

2014-05-09 Thread Stephen Smith
> On May 8, 2014, at 11:08 PM, "Stephen P. Smith" wrote: > > During the mail thread about "Pull is mostly evil" a user asked how > the first parent could become reversed. > > This howto explains how the first parent can get reversed when viewed > by the project and then explains a method to ke

[PATCH] How to keep a project's canonical history correct.

2014-05-08 Thread Stephen P. Smith
During the mail thread about "Pull is mostly evil" a user asked how the first parent could become reversed. This howto explains how the first parent can get reversed when viewed by the project and then explains a method to keep the history correct. Signed-off-by: Stephen P. Smith --- Documentat