Future proof activity log parsing
When the log has an activity that is not known, eg added by a future version of git-annex, it used to be treated as no activity at all, which would make git-annex expire think it should expire the repository, despite it having some kind of recent activity. Hopefully there will be no reason to add a new activity until enough time has passed that this commit is in use everywhere. Sponsored-by: Jake Vosloo on Patreon
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- Command/Expire.hs 1 addition, 1 deletionCommand/Expire.hs
- Logs/Activity.hs 20 additions, 11 deletionsLogs/Activity.hs
- doc/todo/trust_based_on_time_since_last_fsck/comment_1_3805e8dd9e6dd986c097c6f1b78ab244._comment 32 additions, 0 deletions..._fsck/comment_1_3805e8dd9e6dd986c097c6f1b78ab244._comment
- doc/todo/trust_based_on_time_since_last_fsck/comment_2_ec1b87b389dc06440df04c9a719e0cbc._comment 13 additions, 0 deletions..._fsck/comment_2_ec1b87b389dc06440df04c9a719e0cbc._comment
- doc/todo/trust_based_on_time_since_last_fsck/comment_3_23f37b9d8b877b829e34e6c8ea6b40c4._comment 22 additions, 0 deletions..._fsck/comment_3_23f37b9d8b877b829e34e6c8ea6b40c4._comment
Please register or sign in to comment