summaryrefslogtreecommitdiffstats
path: root/gitcredentials.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-04-03 12:11:32 -0700
committerJunio C Hamano <gitster@pobox.com>2016-04-03 12:11:32 -0700
commit4ba4a78f046a4424d303350cbbbf47b04b728b11 (patch)
treea204925e1b1cbbce2ab3d88498ca89f9ddf5ff2d /gitcredentials.txt
parent41fbbfa0b0270f1816c44a1c02da40e44f788f3c (diff)
downloadgit-htmldocs-4ba4a78f046a4424d303350cbbbf47b04b728b11.tar.gz
Autogenerated HTML docs for v2.8.1-51-g6a269
Diffstat (limited to 'gitcredentials.txt')
-rw-r--r--gitcredentials.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/gitcredentials.txt b/gitcredentials.txt
index 1c75be080..f3a75d1ce 100644
--- a/gitcredentials.txt
+++ b/gitcredentials.txt
@@ -106,6 +106,11 @@ 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
-------------------