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)
commit933fdf8784d0fedaa259c6caf90115cfa7d21184
treec92c2e07929b355ea35e337033fb0e5b54fb8785
parentf4675f3d47429ddaf1683dc978ffef341bffb4b5
parentc03859a66525c6bdc5cd3c02b31f06cfdd80b595
Merge branch 'cb/credential-store-ignore-bogus-lines'

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
Documentation/git-credential-store.txt
credential-store.c