about summary refs log tree commit diff
path: root/third_party/git/trace2/tr2_sysenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/trace2/tr2_sysenv.c')
-rw-r--r--third_party/git/trace2/tr2_sysenv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/git/trace2/tr2_sysenv.c b/third_party/git/trace2/tr2_sysenv.c
index 5958cfc424..3c3792eca2 100644
--- a/third_party/git/trace2/tr2_sysenv.c
+++ b/third_party/git/trace2/tr2_sysenv.c
@@ -49,6 +49,9 @@ static struct tr2_sysenv_entry tr2_sysenv_settings[] = {
 				       "trace2.perftarget" },
 	[TR2_SYSENV_PERF_BRIEF]    = { "GIT_TRACE2_PERF_BRIEF",
 				       "trace2.perfbrief" },
+
+	[TR2_SYSENV_MAX_FILES]     = { "GIT_TRACE2_MAX_FILES",
+				       "trace2.maxfiles" },
 };
 /* clang-format on */