From: Junio C Hamano Date: Mon, 27 Apr 2015 19:26:21 +0000 (-0700) Subject: Sync with 2.3.7 X-Git-Tag: v2.4.0~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fb3e7d5515308c73c54c797356651d6ca41b58a6?ds=inline;hp=-c Sync with 2.3.7 --- fb3e7d5515308c73c54c797356651d6ca41b58a6 diff --combined Documentation/git.txt index e125c4227f,8704ffd2ff..959c9d46f5 --- 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.3.6/git.html[documentation for release 2.3.6] + * link:v2.3.7/git.html[documentation for release 2.3.7] * release notes for + link:RelNotes/2.3.7.txt[2.3.7], link:RelNotes/2.3.6.txt[2.3.6], link:RelNotes/2.3.5.txt[2.3.5], link:RelNotes/2.3.4.txt[2.3.4], @@@ -923,7 -924,7 +924,7 @@@ for further details If this environment variable is set, then Git commands which need to acquire passwords or passphrases (e.g. for HTTP or IMAP authentication) will call this program with a suitable prompt as command-line argument - and read the password from its STDOUT. See also the 'core.askpass' + and read the password from its STDOUT. See also the 'core.askPass' option in linkgit:git-config[1]. 'GIT_TERMINAL_PROMPT'::