Re: [PATCH 1/1] git-clean.txt: specify core.excludesFile variable is used

2019-03-06 Thread Junio C Hamano
Martin Ågren writes: > But on the topic of preferring shorter, I sort of wonder if we really > need to provide all of those filenames here. The point we're trying to > make is that we consider another source. So something like this would be > just as technically correct, I think: > > Use the gi

Re: [PATCH 1/1] git-clean.txt: specify core.excludesFile variable is used

2019-03-06 Thread Martin Ågren
On Wed, 6 Mar 2019 at 12:17, Denton Liu wrote: > > In the git-clean documentation, -x and -e documented .gitignore, > $GIT_DIR/info/excludes but neglected to mention the file pointed to by > core.excludesFile. Nit: I suppose it doesn't so much document it, as mention it. So In the git-clean do

[PATCH 1/1] git-clean.txt: specify core.excludesFile variable is used

2019-03-06 Thread Denton Liu
In the git-clean documentation, -x and -e documented .gitignore, $GIT_DIR/info/excludes but neglected to mention the file pointed to by core.excludesFile. Explicitly mention that variable so that the list is exhaustive. Reported-by: Robert P. J. Day Signed-off-by: Denton Liu --- Documentation/