summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/incremental_fsck-ing_a_remote_does_not_work_for_files_that_are_not_present_in_current_repository.mdwn2
-rw-r--r--doc/bugs/incremental_fsck-ing_a_remote_does_not_work_for_files_that_are_not_present_in_current_repository/comment_1_adbde1bbeb434f42f96cae7d3ad5b65f._comment12
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/incremental_fsck-ing_a_remote_does_not_work_for_files_that_are_not_present_in_current_repository.mdwn b/doc/bugs/incremental_fsck-ing_a_remote_does_not_work_for_files_that_are_not_present_in_current_repository.mdwn
index ffc3acb6b..3b53866e3 100644
--- a/doc/bugs/incremental_fsck-ing_a_remote_does_not_work_for_files_that_are_not_present_in_current_repository.mdwn
+++ b/doc/bugs/incremental_fsck-ing_a_remote_does_not_work_for_files_that_are_not_present_in_current_repository.mdwn
@@ -101,3 +101,5 @@ ok
giovanni@amalgama:/tmp/test (master)$ git annex fsck --from test --more
giovanni@amalgama:/tmp/test (master)$
"""]]
+
+> [[done]] --[[Joey]]
diff --git a/doc/bugs/incremental_fsck-ing_a_remote_does_not_work_for_files_that_are_not_present_in_current_repository/comment_1_adbde1bbeb434f42f96cae7d3ad5b65f._comment b/doc/bugs/incremental_fsck-ing_a_remote_does_not_work_for_files_that_are_not_present_in_current_repository/comment_1_adbde1bbeb434f42f96cae7d3ad5b65f._comment
new file mode 100644
index 000000000..9fdc95a88
--- /dev/null
+++ b/doc/bugs/incremental_fsck-ing_a_remote_does_not_work_for_files_that_are_not_present_in_current_repository/comment_1_adbde1bbeb434f42f96cae7d3ad5b65f._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-05-26T14:57:24Z"
+ content="""
+More recent versions of git-annex don't use the mtime hack, so avoid this
+problem. I had not realized that was a benefit of ditching the mtime hack,
+actually; it was done for other reasons like keeping separate incremental
+fscks of different remotes.
+
+I have verified that the problem does not exist with current versions.
+"""]]