aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-credential.txt
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2020-05-17 20:52:20 +0200
committerJunio C Hamano <gitster@pobox.com>2020-05-18 13:19:33 -0700
commit0d9cdbc5dd3dfb40ed0eebad30fce346b8b4d51f (patch)
tree9c02f453c638305d95ba61b42a313af31b25efc1 /Documentation/git-credential.txt
parentce3614c32708a15006814a02136bf9ab5e62e487 (diff)
downloadgit-0d9cdbc5dd3dfb40ed0eebad30fce346b8b4d51f.tar.gz
git-credential.txt: use list continuation
Use list continuation to avoid the second and third paragraphs rendering with a different indentation from the first one where we describe the "url" attribute. Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-credential.txt')
-rw-r--r--Documentation/git-credential.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/git-credential.txt b/Documentation/git-credential.txt
index 8d990e92fd..31c81c4c02 100644
--- a/Documentation/git-credential.txt
+++ b/Documentation/git-credential.txt
@@ -151,11 +151,11 @@ Git understands the following attributes:
were read (e.g., `url=https://example.com` would behave as if
`protocol=https` and `host=example.com` had been provided). This
can help callers avoid parsing URLs themselves.
-
- Note that specifying a protocol is mandatory and if the URL
- doesn't specify a hostname (e.g., "cert:///path/to/file") the
- credential will contain a hostname attribute whose value is an
- empty string.
-
- Components which are missing from the URL (e.g., there is no
- username in the example above) will be left unset.
++
+Note that specifying a protocol is mandatory and if the URL
+doesn't specify a hostname (e.g., "cert:///path/to/file") the
+credential will contain a hostname attribute whose value is an
+empty string.
++
+Components which are missing from the URL (e.g., there is no
+username in the example above) will be left unset.