git-annex-shell uuid verification
* git-annex now asks git-annex-shell to verify that it's operating in the expected repository. * Note that this git-annex will not interoperate with remotes using older versions of git-annex-shell. The reason for this check is to avoid git-annex getting confused about what remote repository actually contains a value. It's a prerequisite for supporting git insteadOf aliases.
This commit is contained in:
parent
f011033869
commit
5414bbce58
4 changed files with 30 additions and 5 deletions
|
@ -189,6 +189,8 @@ paramGlob :: String
|
|||
paramGlob = "GLOB"
|
||||
paramName :: String
|
||||
paramName = "NAME"
|
||||
paramUUID :: String
|
||||
paramUUID = "UUID"
|
||||
paramType :: String
|
||||
paramType = "TYPE"
|
||||
paramKeyValue :: String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue