Re: [PATCH] t0027: Improve test for not-normalized files

2015-10-09 Thread Junio C Hamano
Torsten Bögershausen writes: This patch is seriously broken and I do not know how you managed to do so. Notice how "+create_NNO_files" is indented but no other added lines in the same hunk, for example. I tried to hand-munge, but gave up. > +commit_chk_wrnNNO () { Squashing warn into wrn or

[PATCH] t0027: Improve test for not-normalized files

2015-10-08 Thread Torsten Bögershausen
When a text file with mixed line endings is commited into the repo, it is called "not normalized" (or NNO) in t0027. The existing test case using repoMIX did not fully test all combinations: (Especially when core.autocrlf = true) Files with NL are not converted at commit, but at checkout, so a warn