aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-credential.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-05-24 19:39:38 -0700
committerJunio C Hamano <gitster@pobox.com>2020-05-24 19:39:38 -0700
commit36fec2aa00f2ef6f45ec6083c447ff85b0d1ebbe (patch)
tree1c9275380f83520fd022f57abeae4afc7105f8cc /Documentation/git-credential.txt
parent666b97a27832fdf007b45c3ee48146650115e970 (diff)
parente26433538a9762210e34cd7d2465b0bcbff72659 (diff)
downloadgit-36fec2aa00f2ef6f45ec6083c447ff85b0d1ebbe.tar.xz
Merge branch 'ma/doc-fixes'
Various doc fixes. * ma/doc-fixes: git-sparse-checkout.txt: add missing ' git-credential.txt: use list continuation git-commit-graph.txt: fix list rendering git-commit-graph.txt: fix grammo date-formats.txt: fix list continuation
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.