]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cb/credential-store-ignore-bogus-lines'
authorJunio C Hamano <gitster@pobox.com>
Fri, 8 May 2020 21:25:01 +0000 (14:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 May 2020 21:25:01 +0000 (14:25 -0700)
With the recent tightening of the code that is used to parse
various parts of a URL for use in the credential subsystem, a
hand-edited credential-store file causes the credential helper to
die, which is a bit too harsh to the users.  Demote the error
behaviour to just ignore and keep using well-formed lines instead.

* cb/credential-store-ignore-bogus-lines:
  credential-store: ignore bogus lines from store file
  credential-store: document the file format a bit more

1  2 
Documentation/git-credential-store.txt
credential-store.c

Simple merge