Merge branch 'da/user-useconfigonly' into HEAD
[gitweb.git] / Documentation / git.txt
index 5f3647ea319b59db31e91af8d538a2ec886d98e8..34ff007a98156162431d5dd03abaaffe5d0c29a0 100644 (file)
@@ -43,6 +43,13 @@ unreleased) version of Git, that is available from the 'master'
 branch of the `git.git` repository.
 Documentation for older releases are available here:
 
+* link:v2.8.2/git.html[documentation for release 2.8.2]
+
+* release notes for
+  link:RelNotes/2.8.2.txt[2.8.2].
+  link:RelNotes/2.8.1.txt[2.8.1].
+  link:RelNotes/2.8.0.txt[2.8].
+
 * link:v2.7.3/git.html[documentation for release 2.7.3]
 
 * release notes for
@@ -1069,11 +1076,6 @@ of clones and fetches.
        cloning of shallow repositories.
        See 'GIT_TRACE' for available trace output options.
 
-'GIT_TRACE_EXCLUDE'::
-       Enables trace messages that can help debugging .gitignore
-       processing. See 'GIT_TRACE' for available trace output
-       options.
-
 'GIT_LITERAL_PATHSPECS'::
        Setting this variable to `1` will cause Git to treat all
        pathspecs literally, rather than as glob patterns. For example,