diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-13 13:03:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-13 13:03:23 -0400 |
commit | eb5fbc4cb97b73ad5d5d194600cc52c99edc89a0 (patch) | |
tree | e4bb3469ae778ba5af529b74b1b3f571db1aa19e /doc | |
parent | eb8ecd857d4a5796455b9a608753042241eb6165 (diff) |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git_annex_fsck_is_a_no-op_in_bare_repos.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_fsck_is_a_no-op_in_bare_repos.mdwn b/doc/bugs/git_annex_fsck_is_a_no-op_in_bare_repos.mdwn index dc36b709e..b6ff6bba1 100644 --- a/doc/bugs/git_annex_fsck_is_a_no-op_in_bare_repos.mdwn +++ b/doc/bugs/git_annex_fsck_is_a_no-op_in_bare_repos.mdwn @@ -3,3 +3,10 @@ What is says on the tin: git annex fsck is a no-op in bare repos See http://lists.madduck.net/pipermail/vcs-home/2011-June/000433.html + +> Thinking about this some more, it would be difficult to do anything +> when bad content is found, since it also cannot update the location log. +> +> So this may be another thing blocked by [[todo/branching]], assuming +> that is fixed in a way that makes `.git-annex` available to bare repos. +> --[[Joey]] |