From 2fcb8e3b11cdbb9de253050c1fbb6f08ef1071e2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 20 Jun 2011 13:48:02 -0400 Subject: update --- doc/todo/branching.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/todo/branching.mdwn b/doc/todo/branching.mdwn index a035e53e8..3a7a2d3ca 100644 --- a/doc/todo/branching.mdwn +++ b/doc/todo/branching.mdwn @@ -118,6 +118,13 @@ still mean all the log files are on-disk, which annoys some. It would require some tighter integration with git, so that after a pull, the log repo is updated with the data pulled. --[[Joey]] +> Seems I can't use git fake bare exactly. Instead, the best option +> seems to be `git clone --shared` to make a clone that uses +> `.git/annex/logs/.git` to hold its index etc, but (mostly) uses +> objects from the main repo. There would be some bloat, +> as commits to the logs made in there would not be shared with the main +> repo. Using `GIT_OBJECT_DIRECTORY` might be a way to avoid that bloat. + ## notes Another approach could be to use git-notes. It supports merging branches -- cgit v1.2.3