Re: [PATCH v3] glossary: add definition for overlay

2019-03-28 Thread Thomas Gummerer
On 03/22, Junio C Hamano wrote: > Philip Oakley writes: > > >> of 'cp -R'. I thought of making the same clarification for 'rsync > >> --delete' as well, however I think with it being explicitly specified > >> for 'cp -R', readers should be able to deduce that we are talking > >> about the destin

Re: [PATCH v3] glossary: add definition for overlay

2019-03-21 Thread Junio C Hamano
Philip Oakley writes: >> of 'cp -R'. I thought of making the same clarification for 'rsync >> --delete' as well, however I think with it being explicitly specified >> for 'cp -R', readers should be able to deduce that we are talking >> about the destination directory there as well. > As a histor

Re: [PATCH v3] glossary: add definition for overlay

2019-03-21 Thread Philip Oakley
Hi, sorry for the late response.. On 17/03/2019 20:19, Thomas Gummerer wrote: Add a definition for what overlay means in the context of git, to clarify the recently introduced overlay-mode in git checkout. Helped-by: Elijah Newren Helped-by: Junio C Hamano Signed-off-by: Thomas Gummerer ---

[PATCH v3] glossary: add definition for overlay

2019-03-17 Thread Thomas Gummerer
Add a definition for what overlay means in the context of git, to clarify the recently introduced overlay-mode in git checkout. Helped-by: Elijah Newren Helped-by: Junio C Hamano Signed-off-by: Thomas Gummerer --- v3 incorporates Junios suggestions from [*1*], and clarifies that this only appl