automate remote.name.skipFetchAll
authorJoey Hess <joeyh@joeyh.name>
Wed, 19 Feb 2020 17:58:26 +0000 (13:58 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 19 Feb 2020 17:58:26 +0000 (13:58 -0400)
commit79a0435b776bbbf6eab1420b31a0bc8e009feb65
treeec6d10199e427676468fffbc1ebc230b2377d0cb
parent69f2d1dd4328b84b434df20f3955104e7cbbfd2e
automate remote.name.skipFetchAll

initremote, enableremote: Set remote.name.skipFetchAll when the remote
cannot be fetched from by git, so git fetch --all will not try to use it.
Assistant/DaemonStatus.hs
CHANGELOG
Command/EnableRemote.hs
Command/InitRemote.hs
Command/Sync.hs
Remote.hs
Remote/List.hs