simplify annex.bwlimit handling
authorJoey Hess <joeyh@joeyh.name>
Wed, 22 Sep 2021 14:51:10 +0000 (10:51 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 22 Sep 2021 14:52:01 +0000 (10:52 -0400)
commit798b33ba3d357bd0f3b02398a92169de0197e6eb
tree30da6157db87931e11a024ac1c06bab3316c7d5d
parent05a097cde8615e83f9e0b8fd9457726f42120107
simplify annex.bwlimit handling

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

Sponsored-by: Svenne Krap on Patreon
Annex/Import.hs
Annex/Transfer.hs
Remote/Git.hs
Remote/Helper/P2P.hs
Remote/Helper/Special.hs
Types/GitConfig.hs