mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
77a2bc3e5b
Previously, the code would set the mtime on the directories before creating files in the directory itself. This was problematic because it resulted in the mtimes on the directories being incorrectly set. This change makes it so that the mtime is set only _after_ all of the files have been created. Signed-off-by: Sargun Dhillon <sargun@sargun.me> |
||
---|---|---|
.. | ||
copy.go | ||
copy_test.go |