• Show log

    Commit

  • Hash : 25e84f95
    Author : Edward Thomson
    Date : 2015-11-23T15:49:54

    checkout: only consider nsecs when built that way When examining the working directory and determining whether it's up-to-date, only consider the nanoseconds in the index entry when built with `GIT_USE_NSEC`. This prevents us from believing that the working directory is always dirty when the index was originally written with a git client that uinderstands nsecs (like git 2.x).