diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-03 15:59:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-03 15:59:16 -0400 |
commit | a9d0538da559c29509c50b664e31ea3b23b7bc14 (patch) | |
tree | ef6cb03b820d32e9b9a9e354a4471b92e1767292 /doc/bugs | |
parent | 486f882471829f7438b49f8f3d9791e4b8b926d6 (diff) |
updates for bare repo support
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/bare_git_repos.mdwn | 3 | ||||
-rw-r--r-- | doc/bugs/fat_support.mdwn | 4 | ||||
-rw-r--r-- | doc/bugs/weird_local_clone_confuses.mdwn | 5 |
3 files changed, 10 insertions, 2 deletions
diff --git a/doc/bugs/bare_git_repos.mdwn b/doc/bugs/bare_git_repos.mdwn index 67917db8a..f219840e7 100644 --- a/doc/bugs/bare_git_repos.mdwn +++ b/doc/bugs/bare_git_repos.mdwn @@ -24,3 +24,6 @@ A possible other approach to the state recording repo is to not record state changes on the remote in that case. Git-annex already records remote state changes locally whenever it modifies the state of a remote. --[[Joey]] + +> And... [[done]]! See [[/bare_repositories]] for current status +> and gotchas. --[[Joey]] diff --git a/doc/bugs/fat_support.mdwn b/doc/bugs/fat_support.mdwn index 2a998cf1a..2a7187a7f 100644 --- a/doc/bugs/fat_support.mdwn +++ b/doc/bugs/fat_support.mdwn @@ -3,8 +3,8 @@ git-annex from being used on USB keys, that would typically be VFAT formatted: - Use of symlinks, which VFAT does not support. Very hard to fix. - One possibility is to add [[bare_git_repos]] support, then - a git repo on a thumb drive could be used to transfer data. + Instead, just use [[/bare_repositories]] on the key, + they're supported now. - Use of ":" in filenames of object files, also not supported. Could easily be fixed by reorganizing the object directory. diff --git a/doc/bugs/weird_local_clone_confuses.mdwn b/doc/bugs/weird_local_clone_confuses.mdwn index fc652ae5e..d209dd80d 100644 --- a/doc/bugs/weird_local_clone_confuses.mdwn +++ b/doc/bugs/weird_local_clone_confuses.mdwn @@ -7,3 +7,8 @@ new cannot see origin. the .git/config has "url=/.../orig/.git". Apparently git is ok with that weird construction; probably it treats it as a bare git repo. But git-annex just sees a directory w/o a .git subdir, and gives up. + +--- + +Just tested, and the new support for bare repositories didn't solve this. +--[[Joey]] |