summaryrefslogtreecommitdiffstats
path: root/git-credential.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-05-26 11:32:25 -0700
committerJunio C Hamano <gitster@pobox.com>2020-05-26 11:32:25 -0700
commit0beab6ca606fab0c1aaff8239718bdd73e323dfd (patch)
tree7675cda665234659c06a1b23a810f6e795fde0eb /git-credential.txt
parentf405d088b9d3a4daf87177ef91a7b013bf7e8fad (diff)
downloadgit-htmldocs-0beab6ca606fab0c1aaff8239718bdd73e323dfd.tar.gz
Autogenerated HTML docs for v2.27.0-rc2
Diffstat (limited to 'git-credential.txt')
-rw-r--r--git-credential.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/git-credential.txt b/git-credential.txt
index 8d990e92f..31c81c4c0 100644
--- a/git-credential.txt
+++ b/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.