Re: [PATCH] bisect: fix replay of CRLF logs From: Junio C Hamano <hidden> Date: 2020-05-08 17:53:55 Jeff King [off-list ref] writes: quoted+ oIFS="$IFS" IFS="$IFS:$(printf '\015')" There's no ":" separator in IFS, so here you're treating colon as end-of-line. I think you just want: IFS="$IFS$(printf '\015')" Yup. Thanks for spotting ;-)
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help