diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-09-22 12:36:28 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-09-22 12:36:28 -0700 |
| commit | c9a04f036f6d52a2bca1c41bda6ecc1633c8e4cb (patch) | |
| tree | 2d3251f00549d0455a0b1ab04587d381a44ee05c /Documentation | |
| parent | b7e65b51e53bd43e937bd6238b9ee81412d9080c (diff) | |
| parent | 4441f4270758042cc38ce8c04e4350ada743b28a (diff) | |
| download | git-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.txt | 4 |
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. |
