git-remote-annex: Display full url when using remote with the shorthand url

This commit is contained in:
Joey Hess 2024-05-24 17:15:31 -04:00
parent 04a256a0f8
commit 19418e81ee
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
7 changed files with 76 additions and 20 deletions

View file

@ -51,6 +51,8 @@ data RemoteConfigFieldParser = RemoteConfigFieldParser
data FieldDesc
= FieldDesc String
| HiddenField
| DeprecatedField
deriving (Eq)
newtype ValueDesc = ValueDesc String