diff options
author | Torsten Bögershausen <tboegi@web.de> | 2016-04-25 18:56:27 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-04-25 12:10:48 -0700 |
commit | ded2444ad8ab8128cae2b91b8efa57ea2dd8c7a5 (patch) | |
tree | d580695a93c81ffe920ce3c062739a4d62a17573 /configure.ac | |
parent | Git 2.8 (diff) | |
download | tgif-ded2444ad8ab8128cae2b91b8efa57ea2dd8c7a5.tar.xz |
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 single "Z" character to change the file size and content.
When the files are compared later in checkout_files(), the "Z" is
removed before the comparison.
Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions