File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,8 @@ empty string.
160
160
Components which are missing from the URL (e.g., there is no
161
161
username in the example above) will be left unset.
162
162
163
+ Unrecognised attributes are silently discarded.
164
+
163
165
GIT
164
166
---
165
167
Part of the linkgit:git[1] suite
Original file line number Diff line number Diff line change @@ -270,6 +270,7 @@ stdout in the same format (see linkgit:git-credential[1] for common
270
270
attributes). A helper is free to produce a subset, or even no values at
271
271
all if it has nothing useful to provide. Any provided attributes will
272
272
overwrite those already known about by Git's credential subsystem.
273
+ Unrecognised attributes are silently discarded.
273
274
274
275
While it is possible to override all attributes, well behaving helpers
275
276
should refrain from doing so for any attribute other than username and
You can’t perform that action at this time.
0 commit comments