git-annex/Annex
Joey Hess 7ce30b534f add: Improved detection of files that are modified while being added.
In indirect mode, now checks the inode cache to detect changes to a file.
Note that a file can still be changed if a process has it open for write,
after landing in the annex.

In direct mode, some checking of the inode cache was done before, but
from a much later point, so fewer modifications could be detected. Now it's
as good as indirect mode.

On crippled filesystems, no lock down is done before starting to add a
file, so checking the inode cache is the only protection we have.
2013-02-14 16:54:36 -04:00
..
Content split out Utility.InodeCache 2013-02-14 16:17:40 -04:00
Branch.hs whitespace fixes 2012-12-13 00:45:27 -04:00
BranchState.hs remove git-annex branch read cache 2012-10-19 14:25:15 -04:00
CatFile.hs work around a very strange git-cat-file behavior 2013-01-05 17:06:24 -04:00
CheckAttr.hs finished where indentation changes 2012-12-13 00:24:19 -04:00
Content.hs split out Utility.InodeCache 2013-02-14 16:17:40 -04:00
Direct.hs add: Improved detection of files that are modified while being added. 2013-02-14 16:54:36 -04:00
Exception.hs fixes for transfer resume 2012-09-24 13:18:16 -04:00
Journal.hs finished where indentation changes 2012-12-13 00:24:19 -04:00
LockPool.hs finished where indentation changes 2012-12-13 00:24:19 -04:00
Perms.hs crippled filesystem support, probing and initial support 2013-02-14 14:15:26 -04:00
Queue.hs type based git config handling for remotes 2013-01-01 13:58:14 -04:00
Ssh.hs type based git config handling for remotes 2013-01-01 13:58:14 -04:00
UUID.hs Now uses the Haskell uuid library, rather than needing a uuid program. 2013-02-10 14:52:54 -04:00
Version.hs type based git config handling for remotes 2013-01-01 13:58:14 -04:00
Wanted.hs --auto fixes 2012-12-06 13:22:16 -04:00