Skip to content

Commit 0d9cdbc

Browse files
Martin Ågrengitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ce3614c commit 0d9cdbc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Documentation/git-credential.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ Git understands the following attributes:
151151
were read (e.g., `url=https://example.com` would behave as if
152152
`protocol=https` and `host=example.com` had been provided). This
153153
can help callers avoid parsing URLs themselves.
154-
155-
Note that specifying a protocol is mandatory and if the URL
156-
doesn't specify a hostname (e.g., "cert:///path/to/file") the
157-
credential will contain a hostname attribute whose value is an
158-
empty string.
159-
160-
Components which are missing from the URL (e.g., there is no
161-
username in the example above) will be left unset.
154+
+
155+
Note that specifying a protocol is mandatory and if the URL
156+
doesn't specify a hostname (e.g., "cert:///path/to/file") the
157+
credential will contain a hostname attribute whose value is an
158+
empty string.
159+
+
160+
Components which are missing from the URL (e.g., there is no
161+
username in the example above) will be left unset.

0 commit comments

Comments
 (0)