]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'nl/credential-crlf'
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 Oct 2020 21:01:56 +0000 (14:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Oct 2020 21:01:56 +0000 (14:01 -0700)
Loosen the parser in the receiving end of the credential protocol
to allow credential helper to terminate lines with CRLF line
ending, as well as LF line ending.

* nl/credential-crlf:
  credential: treat CR/LF as line endings in the credential protocol


Trivial merge