This commit is contained in:
Joey Hess 2015-03-03 21:57:25 -04:00
parent 8beeb1b4f1
commit d5c8c56bce

View file

@ -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).