Re: [PATCH v2 4/7] t0027: TC for combined attributes

2016-04-01 Thread Junio C Hamano
tbo...@web.de writes: > +for crlf in true false input; Style: lose the ';' at the end (there may be other instances of the same). -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

[PATCH v2 4/7] t0027: TC for combined attributes

2016-04-01 Thread tboegi
From: Torsten Bögershausen Add more test cases for the not normalized files ("NNO"). The "text" attribute is most important, use it as the first parameter. "ident", if set, is the second paramater followed by the eol attribute. The eol attribute overrides core.autocrlf, which overrides core.eol.