git-annex/Git
Joey Hess 0d5c402210 Add annex-trustlevel configuration settings, which can be used to override the trust level of a remote.
This overrides the trust.log, and is overridden by the command-line trust
parameters.

It would have been nicer to have Logs.Trust.trustMap just look up the
configuration for all remotes, but a dependency loop prevented that
(Remotes depends on Logs.Trust in several ways). So instead, look up
the configuration when building remotes, storing it in the same forcetrust
field used for the command-line trust parameters.
2012-01-09 23:31:44 -04:00
..
Branch.hs refactor and check for a detached HEAD 2011-12-31 03:38:58 -04:00
CatFile.hs use Common in a few more modules 2011-12-20 14:37:53 -04:00
CheckAttr.hs Can now be built with older git versions (before 1.7.7); the resulting binary should only be used with old git. 2011-12-22 15:01:13 -04:00
Command.hs split out Git/Command.hs 2011-12-14 15:56:11 -04:00
Config.hs Add annex-trustlevel configuration settings, which can be used to override the trust level of a remote. 2012-01-09 23:31:44 -04:00
Construct.hs Support unescaped repository urls, like git does. 2012-01-05 14:32:20 -04:00
Filename.hs handle C-style escapes in Format 2011-12-23 01:05:16 -04:00
HashObject.hs split out Git/Command.hs 2011-12-14 15:56:11 -04:00
Index.hs Add --include, which is the same as --not --exclude. 2011-12-22 14:00:17 -04:00
LsFiles.hs use Common in a few more modules 2011-12-20 14:37:53 -04:00
LsTree.hs use Common in a few more modules 2011-12-20 14:37:53 -04:00
Queue.hs use Common in a few more modules 2011-12-20 14:37:53 -04:00
Ref.hs refactor 2011-12-30 18:36:40 -04:00
Sha.hs log --after=date 2012-01-06 17:24:03 -04:00
Types.hs fixed behavior when multiple insteadOf configs are provided for the same url base 2011-12-30 14:07:46 -04:00
UnionMerge.hs log --after=date 2012-01-06 17:24:03 -04:00
Url.hs split more stuff out of Git.hs 2011-12-14 15:43:13 -04:00
Version.hs Can now be built with older git versions (before 1.7.7); the resulting binary should only be used with old git. 2011-12-22 15:01:13 -04:00