]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
[PATCH] Make nsec checking optional
authorPetr Baudis <pasky@ucw.cz>
Wed, 13 Apr 2005 09:20:38 +0000 (02:20 -0700)
committerPetr Baudis <xpasky@machine>
Wed, 13 Apr 2005 09:20:38 +0000 (02:20 -0700)
commitbdd4da595a265a091a859754a22688f7351cddee
treef519f8e9742f9e2f37cecdf3e93338d843471580
parent5c2a7fbc362e4227ced84c32c3fdc9682d085962
[PATCH] Make nsec checking optional

The nsec field of ctime/mtime is now checked only with -DNSEC defined during
compilation. nsec acts broken since it is stored in the icache but apparently
just gets to zero when flushed to filesystem not supporting it (e.g. ext3),
creating illusions of false changes. At least that's my impression.

Signed-off-by: Petr Baudis <pasky@ucw.cz>
Makefile
read-cache.c