• Show log

    Commit

  • Hash : 624c949f
    Author : Carlos Martín Nieto
    Date : 2015-06-20T16:17:28

    index: make relative comparison use the checksum as well This is used by the submodule in order to figure out if the index has changed since it last read it. Using a timestamp is racy, so let's make it use the checksum, just like we now do for reloading the index itself.