On Thu, Sep 17, 2009 at 12:45 PM, Marius Storm-Olsen [off-list ref] wrote:
we already override the stat() implementation with our own :)
Yes, that's why implementing nsec whould be easy. See compat/cygwin.c
(filetime_to_timespec) and git-compat-util.h (#ifdef NO_NSEC).
Currently mingw doesn't support tv_nsec.