From d5c8c56bce705383552adbd8e11b29dae2f65773 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 3 Mar 2015 21:57:25 -0400 Subject: [PATCH] update --- doc/design/iabackup.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/design/iabackup.mdwn b/doc/design/iabackup.mdwn index 68940cb4f3..b193e1f9df 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).