]> source.dussan.org Git - jgit.git/commit
BinaryHunkInputStream: accept CR-LF 81/190181/2
authorThomas Wolf <thomas.wolf@paranor.ch>
Sun, 30 Jan 2022 16:30:22 +0000 (17:30 +0100)
committerThomas Wolf <thomas.wolf@paranor.ch>
Sun, 30 Jan 2022 16:58:34 +0000 (17:58 +0100)
commit8bca5245e0585efb46ece2e3f5ec06a87cd808b6
tree317925cdc8a3b2f8e5738e9c44c433a4634d9fd4
parent0fb5f47d2e8135721e1b5be9ee9e956af5330fc9
BinaryHunkInputStream: accept CR-LF

Let's be lenient and accept hunk lines terminated by CR-LF, too, not
just lines terminated by LF.

Bug: 550111
Change-Id: I7f796df666300ab56cc6c07f22eda45fbf4c941e
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit/src/org/eclipse/jgit/util/io/BinaryHunkInputStream.java