Kjetil Barvik [off-list ref] writes:
Junio C Hamano [off-list ref] writes:
...
quoted
How does this affect a use case where the same index file used with two
instances of git (one compiled with and another without USE_NSEC)?
If both persons in this use case use this patch, the one with USE_NSEC
defined will now be able to take full advantage of the nanosecond
timestamps at all times.
The one without USE_NSEC defined should not be able to tell the
difference (without looking into to details of the index file).
As long as the implementation does not give false cleanliness it is
perfectly fine; false dirtinesss is just a bit of wasted cycle.
Thanks.