Denton Liu <[email protected]> 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. Thanks. -- >8 -- From: Denton Liu <[email protected]> Date: Thu, 7 Mar 2019 00:25:30 -0800 Subject: [PATCH] docs: move core.excludesFile from git-add to gitignore A section in "git add" documentation mentions core.excludesFile and explains how it works, but this is not specific to the command. Move this description to gitignore.txt to be more generic. Signed-off-by: Denton Liu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]> --- Documentation/git-add.txt | 9 --------- Documentation/gitignore.txt | 8 ++++++++ 2 files changed, 8 insertions(+), 9 deletions(-)

