On 2016-04-23 00.03, Junio C Hamano wrote:
> [email protected] writes:
> 
>> From: Torsten Bögershausen <[email protected]>
>> Subject: Re: [PATCH v6 01/10] t0027: Make more reliable
> 
> "Make more reliable" does not sound very grammatical.
> 
>> 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 <[email protected]>

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to