add git-annex updatecluster command
Seems to work fine, making the right changes to the git-annex branch.
This commit is contained in:
parent
2844230dfe
commit
bbf261487d
13 changed files with 114 additions and 28 deletions
|
@ -85,5 +85,4 @@ parseProxyList = S.fromList <$> many parseword
|
|||
-- characters in names, and ensures the name can be used anywhere a usual
|
||||
-- git remote name can be used without causing issues.
|
||||
validateProxies :: S.Set Proxy -> S.Set Proxy
|
||||
validateProxies = S.filter $ \p ->
|
||||
Git.Remote.makeLegalName (proxyRemoteName p) == proxyRemoteName p
|
||||
validateProxies = S.filter $ Git.Remote.isLegalName . proxyRemoteName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue