diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-03 21:57:25 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-03 21:57:25 -0400 |
commit | 8b300e36bd31fe62615afda8bc529a7e4d77904a (patch) | |
tree | 2d0a02de6f5db743970c5ccc6fbac13a0a3d7866 /doc | |
parent | c00c962c67ae13ff00a12599b26ea6106b2bd207 (diff) |
update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/iabackup.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/design/iabackup.mdwn b/doc/design/iabackup.mdwn index 68940cb4f..b193e1f9d 100644 --- a/doc/design/iabackup.mdwn +++ b/doc/design/iabackup.mdwn @@ -216,3 +216,8 @@ of such Items. If any single Item is very large (eg, 10 terabytes), there may not be any clients that can handle it. This could be dealt with by splitting up the item into smaller files. + +A client could add other files to its local repo, and git-annex branch +pushes would include junk data about those files. It should probably be +filtered out by the git update hook (rejecting the whole push because of +this seems excessive). |