summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-26 11:00:57 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-26 11:01:01 -0400
commitfc191616517215c173a0b3bb8102311ca91e9766 (patch)
tree03a43c2b9b7aaaff8c2ca4c8949350d0acfd548a /doc/bugs
parent1474e3c5c4f14d779627cec6e0df63796d82843e (diff)
old version bug; not present in current version
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.
+"""]]