summaryrefslogtreecommitdiff
path: root/src/backup_reason.rs
AgeCommit message (Expand)AuthorFilesLines
2021-03-27refactor: avoid confusing function name from_strLars Wirzenius1-1/+1
2021-02-07feat: if file can't be read, log that, don't end backup in errorLars Wirzenius1-0/+3
2021-02-07refactor: rename Reason::Error to Reason::GenerationLookupErrorLars Wirzenius1-3/+3
2021-02-07feat: add catch-all Reason variant for unknown reasonLars Wirzenius1-1/+4
2021-01-05refactor: add BackedUpFile to avoid using a tupleLars Wirzenius1-1/+13
2021-01-05refactor: move policy on whether to back up a file into a moduleLars Wirzenius1-0/+34