From ec65584c535f2df9917a11d5cd99758db0cf1154 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 25 Sep 2012 15:10:35 -0400 Subject: [PATCH] changelog --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7bf05af0b0..e8077d2961 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ git-annex (3.20120925) UNRELEASED; urgency=low * copy: Avoid updating the location log when no copy is performed. * Test that uuid -m works, falling back to plain uuid if not. + * fsck: Now has an incremental mode. Start a new incremental fsck pass + with git annex fsck --incremental. Now the fsck can be interrupted + as desired, and resumed with git annex fsck --more. + Thanks, Justin Azoff -- Joey Hess Mon, 24 Sep 2012 19:58:07 -0400