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 /debian/changelog | |
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 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4a873af94..42454fe8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,10 @@ git-annex (3.20111026) UNRELEASED; urgency=low * drop --from is now supported to remove file content from a remote. * status: Now always shows the current repository, even when it does not appear in uuid.log. + * 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. -- Joey Hess <joeyh@debian.org> Thu, 27 Oct 2011 13:58:53 -0400 |