Merge branch 'bc/doc-credential-helper-value'
Doc update. * bc/doc-credential-helper-value: docs: document credential.helper allowed values
This commit is contained in:
commit
37b48f0efc
@ -1,9 +1,13 @@
|
|||||||
credential.helper::
|
credential.helper::
|
||||||
Specify an external helper to be called when a username or
|
Specify an external helper to be called when a username or
|
||||||
password credential is needed; the helper may consult external
|
password credential is needed; the helper may consult external
|
||||||
storage to avoid prompting the user for the credentials. Note
|
storage to avoid prompting the user for the credentials. This is
|
||||||
that multiple helpers may be defined. See linkgit:gitcredentials[7]
|
normally the name of a credential helper with possible
|
||||||
for details.
|
arguments, but may also be an absolute path with arguments or, if
|
||||||
|
preceded by `!`, shell commands.
|
||||||
|
+
|
||||||
|
Note that multiple helpers may be defined. See linkgit:gitcredentials[7]
|
||||||
|
for details and examples.
|
||||||
|
|
||||||
credential.useHttpPath::
|
credential.useHttpPath::
|
||||||
When acquiring credentials, consider the "path" component of an http
|
When acquiring credentials, consider the "path" component of an http
|
||||||
|
Loading…
Reference in New Issue
Block a user