]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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)


Trivial merge