diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-29 17:49:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-29 18:03:28 -0400 |
commit | 2566eb85fe2bbd0f9d1798d50ca0d88970a4490c (patch) | |
tree | 29cda2f8ef30eb8637c0bc7d695d3d3f77df0136 /doc/todo | |
parent | fef2cf739872b905bbdf493f9f3ba7124400c633 (diff) |
fsck: Now works in bare repositories.
Checks location log information, and file contents.
Does not check that numcopies is satisfied, as .gitattributes information
about numcopies is not available in a bare repository. In practice, that
should not be a problem, since fsck is also run in a checkout and will
check numcopies there.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/support_fsck_in_bare_repos.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/todo/support_fsck_in_bare_repos.mdwn b/doc/todo/support_fsck_in_bare_repos.mdwn index e6980fa28..53331a4f5 100644 --- a/doc/todo/support_fsck_in_bare_repos.mdwn +++ b/doc/todo/support_fsck_in_bare_repos.mdwn @@ -1,6 +1,5 @@ What is says on the tin: - 22:56:54 < RichiH> joeyh_: by the way, i have been thinking about fsck on bare repos 22:57:37 < RichiH> joeyh_: the best i could come with is to have a bare and a non-bare access the same repo store 22:58:00 < RichiH> joeyh_: alternatively, with the SHA* backend, you have all the information to verify that the local data is correct @@ -10,3 +9,7 @@ What is says on the tin: 23:14:51 < joeyh_> unused/dropunused could work in bare repos too btw > Also `status`'s total annex keys/size could be handled for bare repos. --[[Joey]] + +>> Fsck is done. Rest not done yet. --[[Joey]] + +[[!meta title="support status, unused, dropunused in bare repos"]] |