• Show log

    Commit

  • Hash : ba7da35e
    Author : Edward Thomson
    Date : 2015-10-22T09:30:41

    diff: ignore nsecs when diffing
    
    Although our index contains the literal time present in the index,
    we do not read nanoseconds from disk, and thus we should not use
    them in any comparisons, lest we always think our working directory
    is dirty.
    
    Guard this behind a `GIT_USE_NSECS` for future improvement.