summaryrefslogtreecommitdiffstats
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2016-02-15 10:03:37 +0100
committerJunio C Hamano <gitster@pobox.com>2016-02-16 00:32:32 +0100
commitbac65a2be598811d944c846bdf61580f5c1af927 (patch)
treecfa104cd5a759b1ff77c42644eca102ca3ceb105 /Documentation/git.txt
parentdir.c: fix match_pathname() (diff)
downloadgit-bac65a2be598811d944c846bdf61580f5c1af927.tar.xz
git-bac65a2be598811d944c846bdf61580f5c1af927.zip
dir.c: support tracing exclude
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index d987ad20c9..2c4f0f2470 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -1064,6 +1064,11 @@ of clones and fetches.
cloning of shallow repositories.
See 'GIT_TRACE' for available trace output options.
+'GIT_TRACE_EXCLUDE'::
+ Enables trace messages that can help debugging .gitignore
+ processing. See 'GIT_TRACE' for available trace output
+ options.
+
'GIT_LITERAL_PATHSPECS'::
Setting this variable to `1` will cause Git to treat all
pathspecs literally, rather than as glob patterns. For example,