aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-credential.txt
diff options
context:
space:
mode:
authorM Hickford <mirth.hickford@gmail.com>2022-10-24 07:57:48 +0000
committerTaylor Blau <me@ttaylorr.com>2022-11-12 23:57:34 -0500
commit7fd54b6238e5802147a5ca259c3b5e6b8e06471d (patch)
tree588fd3249e2281120479dd22ecf4df22aed7051d /Documentation/git-credential.txt
parent319605f8f00e402f3ea758a02c63534ff800a711 (diff)
downloadgit-7fd54b6238e5802147a5ca259c3b5e6b8e06471d.tar.gz
docs: clarify that credential discards unrecognised attributes
It was previously unclear how unrecognised attributes are handled. Signed-off-by: M Hickford <mirth.hickford@gmail.com> Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 'Documentation/git-credential.txt')
-rw-r--r--Documentation/git-credential.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-credential.txt b/Documentation/git-credential.txt
index f18673017f..ac2818b9f6 100644
--- a/Documentation/git-credential.txt
+++ b/Documentation/git-credential.txt
@@ -160,6 +160,8 @@ empty string.
Components which are missing from the URL (e.g., there is no
username in the example above) will be left unset.
+Unrecognised attributes are silently discarded.
+
GIT
---
Part of the linkgit:git[1] suite