diff options
author | http://joeyh.name/ <joey@web> | 2013-05-19 18:50:07 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-19 18:50:07 +0000 |
commit | 7fe90dd990d115f1e3dc56910ffb0769ab6713c5 (patch) | |
tree | e043051f5bf1c1e4746ee73308c21b1d70712435 | |
parent | 8cf7934026152956861b9755e41569d525ffe2c1 (diff) |
Added a comment
-rw-r--r-- | doc/forum/Check_when_your_last_fsck_was__63__/comment_1_ee98a1fcd796fe4fd7af6f77d0c1837d._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/Check_when_your_last_fsck_was__63__/comment_1_ee98a1fcd796fe4fd7af6f77d0c1837d._comment b/doc/forum/Check_when_your_last_fsck_was__63__/comment_1_ee98a1fcd796fe4fd7af6f77d0c1837d._comment new file mode 100644 index 000000000..ae8ffe42f --- /dev/null +++ b/doc/forum/Check_when_your_last_fsck_was__63__/comment_1_ee98a1fcd796fe4fd7af6f77d0c1837d._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-05-19T18:50:06Z" + content=""" +You're quite right. that info is stored in `.git/annex/fsckstate`. The timestamp of the file is when the last incremental fsck was started. The contents of the file is the same date, represented as seconds from epoch. + +That is only written to when doing an incremental fsck though. A non-incremental fsck does not touch the file. +"""]] |