On Tue, 20 Oct 2009, Junio C Hamano wrote:
quoted hunk ↗ jump to hunk
diff --git a/Documentation/RelNotes-1.6.6.txt b/Documentation/RelNotes-1.6.6.txt
index 5f1fecb..1896e05 100644
--- a/Documentation/RelNotes-1.6.6.txt
+++ b/Documentation/RelNotes-1.6.6.txt
@@ -1,6 +1,13 @@
GIT v1.6.6 Release Notes
========================
+In this release, "git fsck" defaults to "git fsck --full" and checks
+packfiles. If you prefer a quicker check only on loose objects (the
^^
Might be worth mentioning explicitly that, because of that change, plain
fsck is now going to take much longer to complete.
Nicolas