diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-17 13:31:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-17 13:31:39 -0400 |
commit | 99729065ad220c525b9af09fbe9ac084217aefe7 (patch) | |
tree | 6680bf887800ed09f4cdb18aaff0fd53be349bb0 /doc/bugs | |
parent | f10602dba8b61f82a654a0c855b5afe71bd80e0f (diff) |
drop --from: When local repository is untrusted, its copy of a file does not count.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Drop_--from_always_trusts_local_repository.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/Drop_--from_always_trusts_local_repository.mdwn b/doc/bugs/Drop_--from_always_trusts_local_repository.mdwn index a1b27cf5b..53bdda332 100644 --- a/doc/bugs/Drop_--from_always_trusts_local_repository.mdwn +++ b/doc/bugs/Drop_--from_always_trusts_local_repository.mdwn @@ -42,3 +42,5 @@ index 269c4c2..09ea99a 100644 let tocheck = filter (/= remote) $ Remote.remotesWithoutUUID remotes (have++untrusteduuids) """]] + +> [[fixed|done]] --[[Joey]] |