summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-14 12:18:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-14 12:18:23 -0400
commit5ea4f0c0f36fc70c905b452ecd1aa35201d8554c (patch)
treef4ef9c7c58b160a81d110c757828eed6b267206d
parent90eb1185679b70f27a4659155e5ec22944ff2783 (diff)
response
-rw-r--r--doc/todo/add_a_git_backend.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/add_a_git_backend.mdwn b/doc/todo/add_a_git_backend.mdwn
index 6020db86d..25e780269 100644
--- a/doc/todo/add_a_git_backend.mdwn
+++ b/doc/todo/add_a_git_backend.mdwn
@@ -6,3 +6,7 @@ have to deal with the pain of git with large files in one place, and can
use all of git-annex's features everywhere else.
> Speaking as a future user, do very, very much want. -- RichiH
+
+>> Might also be interesting to use `bup` in the git backend, to work
+>> around git's big file issues there. So git-annex would pull data out
+>> of the git backend using bup. --[[Joey]]