avoid using CopyFile
authorJoey Hess <joeyh@joeyh.name>
Tue, 29 Jun 2021 17:21:21 +0000 (13:21 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 29 Jun 2021 17:21:21 +0000 (13:21 -0400)
commit75d29de8d497e603b2768f0d9d34d1f36ac3d39f
treeaddb4df71f829278901da7f55a15799460bdf384
parent6b0d732746989b17ffe9f3212fd64226519d76c5
avoid using CopyFile

If .git/config symlinks are ever a thing, this will handle them better.

But mostly, this is to avoid git-repair needing to include CopyFile,
which would complicate it unduely.
Git/Repair.hs