git-annex/Types
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
..
Backend.hs handle sha*sum's leading \ in checksum with certian unsual filenames 2012-12-20 17:07:10 -04:00
BranchState.hs remove unused fields 2012-12-19 23:41:54 -04:00
Command.hs whitespace fixes 2012-12-13 00:45:27 -04:00
Crypto.hs Added shared cipher mode to encryptable special remotes. 2012-04-29 14:02:43 -04:00
GitConfig.hs crippled filesystem support, probing and initial support 2013-02-14 14:15:26 -04:00
Group.hs add --ingroup limit 2012-10-08 15:18:58 -04:00
Key.hs where indenting 2012-11-11 00:51:07 -04:00
KeySource.hs add: Improved detection of files that are modified while being added. 2013-02-14 16:54:36 -04:00
Messages.hs Display a warning when a non-existing file or directory is specified. 2012-11-25 17:54:08 -04:00
Meters.hs refactor 2012-11-18 21:50:16 -04:00
Option.hs per-command options 2012-01-05 23:11:07 -04:00
Remote.hs type based git config handling for remotes 2013-01-01 13:58:14 -04:00
StandardGroups.hs adjust archive exclusion 2013-01-22 07:10:24 +11:00
TrustLevel.hs test 2012-12-19 23:44:08 -04:00
UUID.hs add ConfigMonitor thread 2012-10-20 16:43:35 -04:00