Commit 624c949f01ca553fdd0b42fbac439e822c1bdd5f

Carlos Martín Nieto 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.