From: SZEDER Gábor Date: Sun, 19 May 2019 14:43:09 +0000 (+0200) Subject: trace2: document the supported values of GIT_TRACE2* env variables X-Git-Tag: v2.22.0-rc2~7^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4e0d3aa18a60db8bf3448d4fceeed9c8ac8cc597?hp=4e0d3aa18a60db8bf3448d4fceeed9c8ac8cc597 trace2: document the supported values of GIT_TRACE2* env variables The descriptions of the GIT_TRACE2* environment variables link to the technical docs for further details on the supported values. However, a link like this only really works if the docs are viewed in a browser and the full documentation is available. OTOH, in 'man git' there are no links to conveniently click on, and distro-shipped git packages tend to include only the man pages, while the technical docs and the docs in html format are in a separate 'git-doc' package. So let's describe the supported values to make the manpage more self-contained, but still keep the references to the technical docs because the details of the SID, and the JSON and perf output formats are definitely beyond the scope of 'man git'. Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano ---