summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-09-22 19:36:28 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-09-22 19:36:28 (GMT)
commitc9a04f036f6d52a2bca1c41bda6ecc1633c8e4cb (patch)
tree2d3251f00549d0455a0b1ab04587d381a44ee05c /Documentation
parentb7e65b51e53bd43e937bd6238b9ee81412d9080c (diff)
parent4441f4270758042cc38ce8c04e4350ada743b28a (diff)
downloadgit-c9a04f036f6d52a2bca1c41bda6ecc1633c8e4cb.zip
git-c9a04f036f6d52a2bca1c41bda6ecc1633c8e4cb.tar.gz
git-c9a04f036f6d52a2bca1c41bda6ecc1633c8e4cb.tar.bz2
Merge branch 'hn/refs-trace-backend'
Developer support. * hn/refs-trace-backend: refs: add GIT_TRACE_REFS debugging mechanism
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 2f72b10..c463b93 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -722,6 +722,10 @@ of clones and fetches.
time of each Git command.
See `GIT_TRACE` for available trace output options.
+`GIT_TRACE_REFS`::
+ Enables trace messages for operations on the ref database.
+ See `GIT_TRACE` for available trace output options.
+
`GIT_TRACE_SETUP`::
Enables trace messages printing the .git, working tree and current
working directory after Git has completed its setup phase.