Re: [PATCH v3 2/2] Docs: move core.excludesFile from git-add to gitignore

2019-03-07 Thread Junio C Hamano
Denton Liu writes: > There was a section on configuration mentioning core.excludesFile in > git-add.txt. However, the core.excludesFile config variable is not > exclusive to git-add. Move this description to gitignore.txt to be more > generic. > --- I'll forge your sign-off and queue it like so.

[PATCH v3 2/2] Docs: move core.excludesFile from git-add to gitignore

2019-03-07 Thread Denton Liu
There was a section on configuration mentioning core.excludesFile in git-add.txt. However, the core.excludesFile config variable is not exclusive to git-add. Move this description to gitignore.txt to be more generic. --- Documentation/git-add.txt | 9 - Documentation/gitignore.txt | 8 ++