]> git.proxmox.com Git - libgit2.git/commit
index: make relative comparison use the checksum as well
authorCarlos Martín Nieto <cmn@dwim.me>
Sat, 20 Jun 2015 14:17:28 +0000 (16:17 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Sat, 20 Jun 2015 14:17:28 +0000 (16:17 +0200)
commit624c949f01ca553fdd0b42fbac439e822c1bdd5f
treec506e0d65967c0f6e51c7595aa383fe0107e29e8
parent5e947c91d49aacc8abb5b3f018737c72c52486a9
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.
src/index.c
src/index.h
src/submodule.c
src/submodule.h