]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mc/cred-helper-ignore-unknown'
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Oct 2022 17:08:40 +0000 (10:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Oct 2022 17:08:40 +0000 (10:08 -0700)
commitdc6dd55f70f2491ac999e5823949854e13ed7bfb
tree33d10c095f47645135a5c06bbada3e0938464805
parent20a5dd670c957fa59b420facf63abe61b6b2438a
parent630a6429a71118332ec3bc5aa58fce66df6ca5fa
Merge branch 'mc/cred-helper-ignore-unknown'

Most credential helpers ignored unknown entries in a credential
description, but a few died upon seeing them.  The latter were
taught to ignore them, too

* mc/cred-helper-ignore-unknown:
  osxkeychain: clarify that we ignore unknown lines
  netrc: ignore unknown lines (do not die)
  wincred: ignore unknown lines (do not die)