Skip to content

Commit 37b48f0

Browse files
committed
Merge branch 'bc/doc-credential-helper-value'
Doc update. * bc/doc-credential-helper-value: docs: document credential.helper allowed values
2 parents 6381c30 + 4153274 commit 37b48f0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Documentation/config/credential.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
credential.helper::
22
Specify an external helper to be called when a username or
33
password credential is needed; the helper may consult external
4-
storage to avoid prompting the user for the credentials. Note
5-
that multiple helpers may be defined. See linkgit:gitcredentials[7]
6-
for details.
4+
storage to avoid prompting the user for the credentials. This is
5+
normally the name of a credential helper with possible
6+
arguments, but may also be an absolute path with arguments or, if
7+
preceded by `!`, shell commands.
8+
+
9+
Note that multiple helpers may be defined. See linkgit:gitcredentials[7]
10+
for details and examples.
711

812
credential.useHttpPath::
913
When acquiring credentials, consider the "path" component of an http

0 commit comments

Comments
 (0)