]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-credential.txt
git-credential.txt: use list continuation
[thirdparty/git.git] / 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.