restic/internal
greatroar c4e2203e45 Check error in archiver before calling Select
The archiver first called the Select function for a path before checking
whether the Lstat on that path actually worked. The RejectFuncs in
exclude.go worked around this by checking whether they received a nil
os.FileInfo. Checking first is more obvious and requires less code.
2020-10-05 11:11:04 +02:00
..
2020-09-18 11:17:29 +02:00
2020-09-05 10:07:16 +02:00
2018-10-11 19:40:38 +02:00
2018-05-22 20:48:17 +02:00
2019-04-13 13:38:39 +02:00
2020-09-12 17:36:44 +02:00
2020-09-28 14:26:53 +02:00
2020-09-21 14:21:32 +02:00