aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-24 13:25:59 -0800
committerJunio C Hamano <gitster@pobox.com>2016-02-24 13:25:59 -0800
commit5e57f9c3dfe7dd44a1b56bb5b3327d7a1356ec7c (patch)
treebb594f80a86161ed7a22edb69da6725d8bb8a262 /Documentation/git.txt
parente79112d21024beb997951381db21a70b087d459d (diff)
parentd589a67eceacd1cc171bbe94906ca7c9a0edd8c5 (diff)
downloadgit-5e57f9c3dfe7dd44a1b56bb5b3327d7a1356ec7c.tar.gz
git-5e57f9c3dfe7dd44a1b56bb5b3327d7a1356ec7c.tar.xz
Merge branch 'nd/exclusion-regression-fix'
Another try to add support to the ignore mechanism that lets you say "this is excluded" and then later say "oh, no, this part (that is a subset of the previous part) is not excluded". * nd/exclusion-regression-fix: dir.c: don't exclude whole dir prematurely dir.c: support marking some patterns already matched dir.c: support tracing exclude dir.c: fix match_pathname()
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 9dffb4c03..2754af8f7 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -1065,6 +1065,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,