]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-credential.txt: use list continuation
authorMartin Ågren <martin.agren@gmail.com>
Sun, 17 May 2020 18:52:20 +0000 (20:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 May 2020 20:19:33 +0000 (13:19 -0700)
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>
Documentation/git-credential.txt

index 8d990e92fd9c03a05f099908584c22068a868904..31c81c4c0263ec33db2e7837c2ab70bb626a67d8 100644 (file)
@@ -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.