Re: [PATCH v6 01/10] t0027: Make more reliable
From: Torsten Bögershausen <hidden>
Date: 2016-06-16 02:18:56
On 2016-04-23 00.03, Junio C Hamano wrote:
tboegi@web.de writes:quoted
From: Torsten Bögershausen <redacted> Subject: Re: [PATCH v6 01/10] t0027: Make more reliable"Make more reliable" does not sound very grammatical.quoted
Make the commit_chk_wrnNNO test in t0027 more reliable:Neither is the colon at the end.
After Re-reading the series (with fresh eyes) I found more spelling errors, typos in different commit messages. 9/10 is missing the SOB. How about this for 1/10: Subject: [PATCH v6 01/10] t0027: Make commit_chk_wrnNNO() reliable When the content of a commited file is unchanged and the attributes are changed, Git may not detect that the next commit must treat the file as changed. This happens when lstat() doesn't detect a change, since neither inode, mtime nor size are changed. Add a singe "Z" character to change the file size. Ignore it when comparing the files later. Signed-off-by: Torsten Bögershausen <redacted>