summaryrefslogtreecommitdiffstats
path: root/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-04-10 02:54:45 +0900
committerJunio C Hamano <gitster@pobox.com>2019-04-10 02:54:45 +0900
commite0f71462e15863fa4b188b26e30db0155d52a946 (patch)
tree61da805bf26041d93c5ad4dd6164b391619dbf1c /git-add.txt
parent328b8c903d3158188a5d7dff974bcd6174a8ed32 (diff)
downloadgit-htmldocs-e0f71462e15863fa4b188b26e30db0155d52a946.tar.gz
Autogenerated HTML docs for v2.21.0-313-ge35b8
Diffstat (limited to 'git-add.txt')
-rw-r--r--git-add.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/git-add.txt b/git-add.txt
index 37bcab94d..8b0e4c7fa 100644
--- a/git-add.txt
+++ b/git-add.txt
@@ -193,15 +193,6 @@ for "git add --no-all <pathspec>...", i.e. ignored removed files.
for command-line options).
-CONFIGURATION
--------------
-
-The optional configuration variable `core.excludesFile` indicates a path to a
-file containing patterns of file names to exclude from git-add, similar to
-$GIT_DIR/info/exclude. Patterns in the exclude file are used in addition to
-those in info/exclude. See linkgit:gitignore[5].
-
-
EXAMPLES
--------