Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-06-23 21:21:16 +0300
committerJunio C Hamano <gitster@pobox.com>2023-06-23 21:21:16 +0300
commit5ee8fcdabc25ade1f8c5295575a1c20ab4f6f347 (patch)
treedbe083ae761e88ce5c99adeb201a50fdb1b04784 /Documentation
parent01202f5f68315fec7780a47b8b761c9ca7eafee4 (diff)
parent6c26da8404c8acfed62fa4775b7b591f099bcd33 (diff)
Merge branch 'mh/credential-erase-improvements'
* mh/credential-erase-improvements: credential: erase all matching credentials credential: avoid erasing distinct password
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-credential.txt2
-rw-r--r--Documentation/gitcredentials.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-credential.txt b/Documentation/git-credential.txt
index 0e6d9e85ec..a220afed4f 100644
--- a/Documentation/git-credential.txt
+++ b/Documentation/git-credential.txt
@@ -39,7 +39,7 @@ for later use.
If the action is `reject`, git-credential will send the description to
any configured credential helpers, which may erase any stored
-credential matching the description.
+credentials matching the description.
If the action is `approve` or `reject`, no output should be emitted.
diff --git a/Documentation/gitcredentials.txt b/Documentation/gitcredentials.txt
index 100f045bb1..65d652dc40 100644
--- a/Documentation/gitcredentials.txt
+++ b/Documentation/gitcredentials.txt
@@ -260,7 +260,7 @@ appended to its command line, which is one of:
`erase`::
- Remove a matching credential, if any, from the helper's storage.
+ Remove matching credentials, if any, from the helper's storage.
The details of the credential will be provided on the helper's stdin
stream. The exact format is the same as the input/output format of the