git-annex/Remote
Joey Hess d227093002
avoid ugly error message
Http remotes that do expose a git config file, but are not initialized
resulted in an ugly and unncessary error message, now sqelched.

When git-annex-shell configlist is run w/o the autoinit field, it may
not generate a uuid for the repository. So in that case, it's not
unexpected for the config it does list to not include a UUID, and
dumping out the config in a warning message is not needed.

If configlist is asked to autoinit and we don't get back a config with a
UUID in it, that suggests some problem, and what we got back may not be
a config at all but some diagnostic message, so it does make sense to
output it then.
2020-01-22 11:57:20 -04:00
..
Directory more RawFilePath 2019-12-18 17:10:28 -04:00
External add LISTCONFIGS to external special remote protocol 2020-01-17 16:07:17 -04:00
Helper include passthrough params in --describe-other-params 2020-01-20 16:53:27 -04:00
Rsync fix windows build 2020-01-01 14:27:03 -04:00
WebDAV more RawFilePath 2019-12-18 17:10:28 -04:00
Adb.hs add descriptions for all remote config fields 2020-01-20 15:20:04 -04:00
BitTorrent.hs ported almost all remotes, until my brain melted 2020-01-14 15:41:34 -04:00
Bup.hs add descriptions for all remote config fields 2020-01-20 15:20:04 -04:00
Ddar.hs add descriptions for all remote config fields 2020-01-20 15:20:04 -04:00
Directory.hs add descriptions for all remote config fields 2020-01-20 15:20:04 -04:00
External.hs fix --describe-other-params of external when encryption is not specified 2020-01-20 16:56:34 -04:00
GCrypt.hs add descriptions for all remote config fields 2020-01-20 15:20:04 -04:00
Git.hs avoid ugly error message 2020-01-22 11:57:20 -04:00
GitLFS.hs add descriptions for all remote config fields 2020-01-20 15:20:04 -04:00
Glacier.hs add descriptions for all remote config fields 2020-01-20 15:20:04 -04:00
Hook.hs add descriptions for all remote config fields 2020-01-20 15:20:04 -04:00
List.hs add LISTCONFIGS to external special remote protocol 2020-01-17 16:07:17 -04:00
P2P.hs convert configParser to Annex action and add passthrough option 2020-01-14 13:52:03 -04:00
Rsync.hs add descriptions for all remote config fields 2020-01-20 15:20:04 -04:00
S3.hs include passthrough params in --describe-other-params 2020-01-20 16:53:27 -04:00
Tahoe.hs add descriptions for all remote config fields 2020-01-20 15:20:04 -04:00
Web.hs convert configParser to Annex action and add passthrough option 2020-01-14 13:52:03 -04:00
WebDAV.hs add descriptions for all remote config fields 2020-01-20 15:20:04 -04:00