add GITMANIFEST to parseKeyVariety
git-remote-annex: Fix bug that prevented using it with external special remotes, leading to protocol error messages involving "GITMANIFEST".
This commit is contained in:
parent
bbc2d47782
commit
82e91b380a
4 changed files with 29 additions and 0 deletions
|
@ -354,6 +354,7 @@ parseKeyVariety "WORM" = WORMKey
|
|||
parseKeyVariety "URL" = URLKey
|
||||
parseKeyVariety "VURL" = VURLKey
|
||||
parseKeyVariety "GITBUNDLE" = GitBundleKey
|
||||
parseKeyVariety "GITMANIFEST" = GitManifestKey
|
||||
parseKeyVariety b
|
||||
| "X" `S.isPrefixOf` b =
|
||||
let b' = S.tail b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue