]> ruderich.org/simon Gitweb - safcm/safcm.git/commit
remote: support creating files with missing parents in dry-run
authorSimon Ruderich <simon@ruderich.org>
Sun, 15 Jan 2023 09:44:12 +0000 (10:44 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 15 Jan 2023 09:44:12 +0000 (10:44 +0100)
commite0240a60023841709f8095e475d13d090f17e915
tree08e279ee68803a7bf9e8a20c3b0299d8dc75a3e2
parentd109a6151f48fc9e322bacbd3cc5e4f00eade713
remote: support creating files with missing parents in dry-run

The actual run worked fine but the dry-run failed because the parent
directory does not exist at that point.
remote/sync/files.go
remote/sync/files_test.go