avoid transferrer committing the git-annex branch on shutdown
authorJoey Hess <joeyh@joeyh.name>
Fri, 11 Dec 2020 20:16:07 +0000 (16:16 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 11 Dec 2020 20:16:07 +0000 (16:16 -0400)
commit4a8723246df90cc0abfee530030387774372132c
treefeedbfd2349bff2acddc33c30a150b740a78fb2e
parente6692b66f105ad3dd2a9d8a49eca57d0c7220eca
avoid transferrer committing the git-annex branch on shutdown

The parent is will do it when it shuts down, and having both of them
trying to do it at the same time seems like something good to avoid.
Command/Transferrer.hs