summaryrefslogtreecommitdiffstats
path: root/gitcredentials.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-05-16 13:30:56 +0900
committerJunio C Hamano <gitster@pobox.com>2017-05-16 13:30:56 +0900
commitd5176901f5976e3785f89ec1db1081d43ddfe110 (patch)
tree17fd99897d6726d424cedd1166a8301b77b34bbc /gitcredentials.txt
parent919d24f4f64cc04a733a4e52066053944d3992b4 (diff)
downloadgit-htmldocs-d5176901f5976e3785f89ec1db1081d43ddfe110.tar.gz
Autogenerated HTML docs for v2.13.0-67-g10c78
Diffstat (limited to 'gitcredentials.txt')
-rw-r--r--gitcredentials.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/gitcredentials.txt b/gitcredentials.txt
index f3a75d1ce..f970196bc 100644
--- a/gitcredentials.txt
+++ b/gitcredentials.txt
@@ -101,16 +101,6 @@ $ git help credential-foo
$ git config --global credential.helper foo
-------------------------------------------
-If there are multiple instances of the `credential.helper` configuration
-variable, each helper will be tried in turn, and may provide a username,
-password, or nothing. Once Git has acquired both a username and a
-password, no more helpers will be tried.
-
-If `credential.helper` is configured to the empty string, this resets
-the helper list to empty (so you may override a helper set by a
-lower-priority config file by configuring the empty-string helper,
-followed by whatever set of helpers you would like).
-
CREDENTIAL CONTEXTS
-------------------
@@ -162,6 +152,16 @@ helper::
shell (so, for example, setting this to `foo --option=bar` will execute
`git credential-foo --option=bar` via the shell. See the manual of
specific helpers for examples of their use.
++
+If there are multiple instances of the `credential.helper` configuration
+variable, each helper will be tried in turn, and may provide a username,
+password, or nothing. Once Git has acquired both a username and a
+password, no more helpers will be tried.
++
+If `credential.helper` is configured to the empty string, this resets
+the helper list to empty (so you may override a helper set by a
+lower-priority config file by configuring the empty-string helper,
+followed by whatever set of helpers you would like).
username::