git-annex/Upgrade
Joey Hess 4392140946
make linkAnnex detect when the file changes as it's being copied/linked in
This fixes a race where the modified file ended up in annex/objects, and
the InodeCache stored in the database was for the modified version, so
git-annex didn't know it had gotten modified.

The race could occur when the smudge filter was running; now it gets the
InodeCache before generating the Key, which avoids the race.
2015-12-22 15:20:03 -04:00
..
V0.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
V1.hs Use git-annex init --version=6 to get v6 for now 2015-12-15 17:17:13 -04:00
V2.hs add import 2015-04-03 15:35:32 -04:00
V3.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
V4.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
V5.hs make linkAnnex detect when the file changes as it's being copied/linked in 2015-12-22 15:20:03 -04:00