git-lfs/lfshttp
Chris Darroch ed3decf753 use backticks around commands in messages
A number of message strings contain embedded Git or Git LFS
commands, and while in many cases these are already delimited
with backticks, in other cases they are not.

We therefore rework the formatting of these messages to accord
with the general practice of using backticks to delimit "git"
and "git lfs" commands.

In one case for the "git lfs clone" command this requires us
to split a multi-line message into several parts, but that
also has the advantage that we can move some of the fixed
formatting and newlines out of the translatable message strings.

Note that some of these messages are not yet passed as translation
strings, but we will address that issue in a subsequent commit.
2022-01-29 22:35:10 -08:00
..
standalone use backticks around commands in messages 2022-01-29 22:35:10 -08:00
body.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
certs_darwin.go Set package version to v3 2021-09-02 20:41:08 +00:00
certs_nix.go Update formatting for Go 1.17 2021-08-17 20:24:58 +02:00
certs_test.go Set package version to v3 2021-09-02 20:41:08 +00:00
certs_windows.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
certs.go Set package version to v3 2021-09-02 20:41:08 +00:00
client_test.go commands,lfs{api,http}: uppercase HTTP in messages 2022-01-29 22:25:07 -08:00
client.go avoid extra message format parsing where possible 2022-01-29 22:32:58 -08:00
cookies.go Set package version to v3 2021-09-02 20:41:08 +00:00
endpoint.go Set package version to v3 2021-09-02 20:41:08 +00:00
errors.go lfshttp: make strings translatable 2022-01-18 17:38:24 +00:00
lfshttp.go avoid extra message format parsing where possible 2022-01-29 22:32:58 -08:00
proxy_test.go lfshttp/proxy: consider scheme of request URL when choosing proxy 2021-02-03 20:27:39 +00:00
proxy.go Set package version to v3 2021-09-02 20:41:08 +00:00
retries_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
retries.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
ssh_test.go Set package version to v3 2021-09-02 20:41:08 +00:00
ssh.go Set package version to v3 2021-09-02 20:41:08 +00:00
stats_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
stats.go Set package version to v3 2021-09-02 20:41:08 +00:00
verbose_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
verbose.go revise some informational and error messages 2022-01-29 22:10:48 -08:00