From: Junio C Hamano Date: Mon, 11 Jul 2016 17:46:39 +0000 (-0700) Subject: Sync with v2.9.1 X-Git-Tag: v2.10.0-rc0~131 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b1ec08fda8e0c3ed19b680404770ca4ec313ca8c?ds=inline;hp=-c Sync with v2.9.1 * maint: Git 2.9.1 --- b1ec08fda8e0c3ed19b680404770ca4ec313ca8c diff --combined Documentation/git.txt index 38c3da2f7d,a474fa1a21..bb32435874 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@@ -43,9 -43,10 +43,10 @@@ unreleased) version of Git, that is ava branch of the `git.git` repository. Documentation for older releases are available here: - * link:v2.9.0/git.html[documentation for release 2.9] + * link:v2.9.1/git.html[documentation for release 2.9.1] * release notes for + link:RelNotes/2.9.1.txt[2.9.1], link:RelNotes/2.9.0.txt[2.9]. * link:v2.8.4/git.html[documentation for release 2.8.4] @@@ -1083,14 -1084,6 +1084,14 @@@ of clones and fetches cloning of shallow repositories. See `GIT_TRACE` for available trace output options. +`GIT_TRACE_CURL`:: + Enables a curl full trace dump of all incoming and outgoing data, + including descriptive information, of the git transport protocol. + This is similar to doing curl `--trace-ascii` on the command line. + This option overrides setting the `GIT_CURL_VERBOSE` environment + variable. + 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,