git-remote-annex: Display full url when using remote with the shorthand url
This commit is contained in:
parent
04a256a0f8
commit
19418e81ee
7 changed files with 76 additions and 20 deletions
|
@ -157,6 +157,7 @@ describeOtherParamsFor c t = do
|
|||
( maybeAddJSONField "whatelse" $ M.fromList $ mkjson l
|
||||
, liftIO $ forM_ l $ \(p, fd, vd) -> case fd of
|
||||
HiddenField -> return ()
|
||||
DeprecatedField -> return ()
|
||||
FieldDesc d -> do
|
||||
putStrLn p
|
||||
putStrLn ("\t" ++ d)
|
||||
|
@ -171,6 +172,7 @@ describeOtherParamsFor c t = do
|
|||
mkjson = mapMaybe $ \(p, fd, vd) ->
|
||||
case fd of
|
||||
HiddenField -> Nothing
|
||||
DeprecatedField -> Nothing
|
||||
FieldDesc d -> Just
|
||||
( T.pack p
|
||||
, M.fromList
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue