aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorKnut Franke <k.franke@science-computing.de>2010-08-30 15:40:29 +0200
committerJunio C Hamano <gitster@pobox.com>2010-08-31 10:49:30 -0700
commit453842c9b81c6bb1328b0dfc351745615004a77f (patch)
tree7ce52e71d6bdc8a24230d0422b8ba9baad310dc4 /Documentation/git.txt
parent90e87b017f93fc606e2d6956766b32e56b4a9a2e (diff)
downloadgit-453842c9b81c6bb1328b0dfc351745615004a77f.tar.gz
git-453842c9b81c6bb1328b0dfc351745615004a77f.tar.xz
Extend documentation of core.askpass and GIT_ASKPASS.
Signed-off-by: Knut Franke <k.franke@science-computing.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 27ece5885..39504e8d0 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -634,6 +634,13 @@ Usually it is easier to configure any desired options through your
personal `.ssh/config` file. Please consult your ssh documentation
for further details.
+'GIT_ASKPASS'::
+ 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'
+ option in linkgit:git-config[1].
+
'GIT_FLUSH'::
If this environment variable is set to "1", then commands such
as 'git blame' (in incremental mode), 'git rev-list', 'git log',