git-annex/Database
Joey Hess ad1d422dd7
fix false positive in export conflict detection
Like the earlier fixed one in Command.Export, it occurred when the same
tree was exported by multiple clones. Previous fix was incomplete since
several other places looked at the list of exported trees to detect when
there was an export conflict. Added a single unified function to avoid
missing any places it needed to be fixed.

This commit was sponsored by mo on Patreon.
2019-01-30 12:36:30 -04:00
..
Keys Fixed a not equal condition in addAssociatedFile. 2018-11-06 22:50:00 +00:00
Export.hs fix false positive in export conflict detection 2019-01-30 12:36:30 -04:00
Fsck.hs Removed Esqueleto as a dependency. 2018-11-06 22:18:55 +00:00
Handle.hs remove unused BangPatterns 2018-11-09 13:09:26 -04:00
Init.hs Fix build with persistent-sqlite older than 2.6.3. 2018-11-09 13:09:02 -04:00
Keys.hs avoid closeDb opening the db if it's not already open 2018-10-30 22:19:05 -04:00
Queue.hs fix consistency bug reading from export database 2017-09-06 17:19:07 -04:00
Types.hs rename key2file and file2key 2019-01-14 13:03:35 -04:00