Re: [PATCH v2 8/8] checkout: introduce checkout.overlayMode config

2019-01-07 Thread Junio C Hamano
Thomas Gummerer writes: > Maybe it would be enough to say "... `git checkout` never removes > files, that are not in the tree being checked out, from the index or > the working tree"? It is more technically correct, but dunno making > the sentence harder to read is worth it. Yeah, I share the s

Re: [PATCH v2 8/8] checkout: introduce checkout.overlayMode config

2019-01-06 Thread Thomas Gummerer
On 01/02, Junio C Hamano wrote: > Thomas Gummerer writes: > > > In the previous patch we introduced a new no-overlay mode for git > > checkout. Some users (such as the author of this commit) may want to > > have this mode turned on by default as it matches their mental model > > more closely. M

Re: [PATCH v2 8/8] checkout: introduce checkout.overlayMode config

2019-01-02 Thread Junio C Hamano
Thomas Gummerer writes: > In the previous patch we introduced a new no-overlay mode for git > checkout. Some users (such as the author of this commit) may want to > have this mode turned on by default as it matches their mental model > more closely. Make that possible by introducing a new confi

[PATCH v2 8/8] checkout: introduce checkout.overlayMode config

2018-12-20 Thread Thomas Gummerer
In the previous patch we introduced a new no-overlay mode for git checkout. Some users (such as the author of this commit) may want to have this mode turned on by default as it matches their mental model more closely. Make that possible by introducing a new config option to that extend. Signed-o