summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-09-22 12:36:28 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-09-22 12:36:28 -0700
commitc9a04f036f6d52a2bca1c41bda6ecc1633c8e4cb (patch)
tree2d3251f00549d0455a0b1ab04587d381a44ee05c /Documentation
parentMerge branch 'jt/threaded-index-pack' (diff)
parentrefs: add GIT_TRACE_REFS debugging mechanism (diff)
downloadtgif-c9a04f036f6d52a2bca1c41bda6ecc1633c8e4cb.tar.xz
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 2f72b10224..c463b937a8 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.