Denton Liu [off-list ref] 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 <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
---
Documentation/git-add.txt | 9 ---------
Documentation/gitignore.txt | 8 ++++++++
2 files changed, 8 insertions(+), 9 deletions(-)