simplify annex.stalldetection handling
authorJoey Hess <joeyh@joeyh.name>
Wed, 22 Sep 2021 14:46:10 +0000 (10:46 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 22 Sep 2021 14:46:10 +0000 (10:46 -0400)
commit4fef94d76422c6f0c831eb2fdce4bc0f55750ef2
tree629a4021959f883ccbb8779dadc76842e45dd8f7
parent55b405a965bf6b61843c57aba63085942f381dc9
simplify annex.stalldetection handling

RemoteGitConfig parsing looks for annex.stalldetection when a remote
does not have a per-remote config for it, so no need for a separate
gobal config.

Sponsored-by: Noam Kremen on Patreon
Annex/Transfer.hs
Assistant/TransferSlots.hs
Types/GitConfig.hs