"Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > The verbose output included these values. Note how '\r' appears in the > variable values. > ... > ++ read tag rest Interesting. "read" does not realize that it is reading from a text file and do whatever appropriate for the platform (i.e. treat CRLF as the end-of-line)? > Derrick Stolee (1): > .gitattributes: ensure t/oid-info/* has eol=lf > > .gitattributes | 1 + > 1 file changed, 1 insertion(+) > base-commit: 5d826e972970a784bd7a7bdf587512510097b8c7 Sounds good. The base is 2.20; the problematic topic was designed to be mergeable to 2.19.x track, but I do not forsee us merging the bc/hash-independent-tests topic to the maintenance track, so for this particular fix, it should be OK to base the fix there.