summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAnselm Kruis <a.kruis@science-computing.de>2010-08-30 13:38:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-31 17:49:02 (GMT)
commitd3e7da8979f6ee3edd88fe53241095921d578285 (patch)
tree8d552c146371757f1fddfad301148d5265424c60 /Documentation
parent64fdc08dac6694d1e754580e7acb82dfa4988bb9 (diff)
downloadgit-d3e7da8979f6ee3edd88fe53241095921d578285.zip
git-d3e7da8979f6ee3edd88fe53241095921d578285.tar.gz
git-d3e7da8979f6ee3edd88fe53241095921d578285.tar.bz2
Add a new option 'core.askpass'.
Setting this option has the same effect as setting the environment variable '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')
-rw-r--r--Documentation/config.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index e75434b..b9ab7df 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -450,6 +450,12 @@ core.excludesfile::
to the value of `$HOME` and "{tilde}user/" to the specified user's
home directory. See linkgit:gitignore[5].
+core.askpass::
+ Some commands (e.g. svn and http interfaces) that interactively
+ ask for a password can be told to use an external program given
+ via the value of this variable when it is set, and the
+ environment variable `GIT_ASKPASS` is not set.
+
core.editor::
Commands such as `commit` and `tag` that lets you edit
messages by launching an editor uses the value of this