Re: [PATCH v6 01/10] t0027: Make more reliable

2016-04-23 Thread Torsten Bögershausen
On 2016-04-23 00.03, Junio C Hamano wrote: > tbo...@web.de writes: > >> From: Torsten Bögershausen >> Subject: Re: [PATCH v6 01/10] t0027: Make more reliable > > "Make more reliable" does not sound very grammatical. > >> Make the commit_chk_wrnNNO t

Re: [PATCH v6 01/10] t0027: Make more reliable

2016-04-22 Thread Junio C Hamano
tbo...@web.de writes: > From: Torsten Bögershausen > 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. > When the at

[PATCH v6 01/10] t0027: Make more reliable

2016-04-22 Thread tboegi
From: Torsten Bögershausen Make the commit_chk_wrnNNO test in t0027 more reliable: When the attributes of a commited file are changed and the file is otherwise unchanged, Git may not detect that the next commit may need to treat the file as changed. This happens when lstat() doesn't detect a chan