Skip to content

Commit 2965488

Browse files
committed
Fix inline HTML
1 parent ad642f8 commit 2965488

File tree

6 files changed

+23
-25
lines changed

6 files changed

+23
-25
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Git Credential Manager is currently available for Windows, macOS, and Linux. GCM
2121
Feature|Windows|macOS|Linux
2222
-|:-:|:-:|:-:
2323
Installer/uninstaller|✓|✓|✓\*
24-
Secure platform credential storage|&#10003;<br/>[(see more)](docs/credstores.md)|&#10003;<br/>[(see more)](docs/credstores.md)|&#10003;<br/>[(see more)](docs/credstores.md)
24+
Secure platform credential storage|&#10003; [(see more)](docs/credstores.md)|&#10003; [(see more)](docs/credstores.md)|&#10003; [(see more)](docs/credstores.md)
2525
Multi-factor authentication support for Azure DevOps|&#10003;|&#10003;|&#10003;
2626
Two-factor authentication support for GitHub|&#10003;|&#10003;|&#10003;
2727
Two-factor authentication support for Bitbucket|&#10003;|&#10003;|&#10003;
@@ -85,8 +85,6 @@ sudo /usr/local/share/gcm-core/uninstall.sh
8585

8686
---
8787

88-
<!-- this explicit anchor should stay stable so that external docs can link here -->
89-
<a name="linux-install-instructions"></a>
9088
### Linux
9189

9290
#### Experimental: install from source helper script

docs/configuration.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ The following table summarizes the change in behavior and the mapping of older v
3939
Value(s)|Old meaning|New meaning
4040
-|-|-
4141
`auto`|Prompt if required – use cached credentials if possible|_(unchanged)_
42-
`never`,<br/>`false`| Never prompt – fail if interaction is required|_(unchanged)_
43-
`always`,<br/>`force`,<br/>`true`|Always prompt – don't use cached credentials|Prompt if required (same as the old `auto` value)
42+
`never`, `false`| Never prompt – fail if interaction is required|_(unchanged)_
43+
`always`, `force`, `true`|Always prompt – don't use cached credentials|Prompt if required (same as the old `auto` value)
4444

4545
#### Example
4646

@@ -64,7 +64,7 @@ ID|Provider
6464
`azure-repos`|Azure Repos
6565
`github`|GitHub
6666
`bitbucket`|Bitbucket
67-
`gitlab`|GitLab<br/>_(supports OAuth in browser, personal access token and Basic Authentication)_
67+
`gitlab`|GitLab _(supports OAuth in browser, personal access token and Basic Authentication)_
6868
`generic`|Generic (any other provider not listed above)
6969

7070
Automatic provider selection is based on the remote URL.
@@ -92,11 +92,11 @@ Select the host provider to use when authenticating by which authority is suppor
9292
Authority|Provider(s)
9393
-|-
9494
`auto` _(default)_|_\[automatic\]_
95-
`msa`, `microsoft`, `microsoftaccount`,<br/>`aad`, `azure`, `azuredirectory`,</br>`live`, `liveconnect`, `liveid`|Azure Repos<br/>_(supports Microsoft Authentication)_
96-
`github`|GitHub<br/>_(supports GitHub Authentication)_
97-
`bitbucket`|Bitbucket.org<br/>_(supports Basic Authentication and OAuth)_<br/>Bitbucket Server<br/>_(supports Basic Authentication)_
98-
`gitlab`|GitLab<br/>_(supports OAuth in browser, personal access token and Basic Authentication)_
99-
`basic`, `integrated`, `windows`, `kerberos`, `ntlm`,<br/>`tfs`, `sso`|Generic<br/>_(supports Basic and Windows Integrated Authentication)_
95+
`msa`, `microsoft`, `microsoftaccount`, `aad`, `azure`, `azuredirectory`, `live`, `liveconnect`, `liveid`|Azure Repos _(supports Microsoft Authentication)_
96+
`github`|GitHub _(supports GitHub Authentication)_
97+
`bitbucket`|Bitbucket.org _(supports Basic Authentication and OAuth)_, Bitbucket Server _(supports Basic Authentication)_
98+
`gitlab`|GitLab _(supports OAuth in browser, personal access token and Basic Authentication)_
99+
`basic`, `integrated`, `windows`, `kerberos`, `ntlm`, `tfs`, `sso`|Generic _(supports Basic and Windows Integrated Authentication)_
100100

101101
#### Example
102102

@@ -320,7 +320,7 @@ Default value on Windows is `wincredman`, on macOS is `keychain`, and is unset o
320320

321321
Value|Credential Store|Platforms
322322
-|-|-
323-
_(unset)_|Windows: `wincredman`<br/>macOS: `keychain`<br/>Linux: _(none)_|-
323+
_(unset)_|Windows: `wincredman`, macOS: `keychain`, Linux: _(none)_|-
324324
`wincredman`|Windows Credential Manager (not available over SSH).|Windows
325325
`dpapi`|DPAPI protected files. Customize the DPAPI store location with [credential.dpapiStorePath](#credentialdpapistorepath)|Windows
326326
`keychain`|macOS Keychain.|macOS

docs/environment.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ The following table summarizes the change in behavior and the mapping of older v
137137
Value(s)|Old meaning|New meaning
138138
-|-|-
139139
`auto`|Prompt if required – use cached credentials if possible|_(unchanged)_
140-
`never`,<br/>`false`| Never prompt – fail if interaction is required|_(unchanged)_
141-
`always`,<br/>`force`,<br/>`true`|Always prompt – don't use cached credentials|Prompt if required (same as the old `auto` value)
140+
`never`, `false`| Never prompt – fail if interaction is required|_(unchanged)_
141+
`always`, `force`, `true`|Always prompt – don't use cached credentials|Prompt if required (same as the old `auto` value)
142142

143143
#### Example
144144

@@ -169,7 +169,7 @@ ID|Provider
169169
`auto` _(default)_|_\[automatic\]_ ([learn more](autodetect.md))
170170
`azure-repos`|Azure Repos
171171
`github`|GitHub
172-
`gitlab`|GitLab<br/>_(supports OAuth in browser, personal access token and Basic Authentication)_
172+
`gitlab`|GitLab _(supports OAuth in browser, personal access token and Basic Authentication)_
173173
`generic`|Generic (any other provider not listed above)
174174

175175
Automatic provider selection is based on the remote URL.
@@ -205,10 +205,10 @@ Select the host provider to use when authenticating by which authority is suppor
205205
Authority|Provider(s)
206206
-|-
207207
`auto` _(default)_|_\[automatic\]_
208-
`msa`, `microsoft`, `microsoftaccount`,<br/>`aad`, `azure`, `azuredirectory`,</br>`live`, `liveconnect`, `liveid`|Azure Repos<br/>_(supports Microsoft Authentication)_
209-
`github`|GitHub<br/>_(supports GitHub Authentication)_
210-
`gitlab`|GitLab<br/>_(supports OAuth in browser, personal access token and Basic Authentication)_
211-
`basic`, `integrated`, `windows`, `kerberos`, `ntlm`,<br/>`tfs`, `sso`|Generic<br/>_(supports Basic and Windows Integrated Authentication)_
208+
`msa`, `microsoft`, `microsoftaccount`, `aad`, `azure`, `azuredirectory`, `live`, `liveconnect`, `liveid`|Azure Repos _(supports Microsoft Authentication)_
209+
`github`|GitHub _(supports GitHub Authentication)_
210+
`gitlab`|GitLab _(supports OAuth in browser, personal access token and Basic Authentication)_
211+
`basic`, `integrated`, `windows`, `kerberos`, `ntlm`, `tfs`, `sso`|Generic _(supports Basic and Windows Integrated Authentication)_
212212

213213
#### Example
214214

@@ -500,7 +500,7 @@ Default value on Windows is `wincredman`, on macOS is `keychain`, and is unset o
500500

501501
Value|Credential Store|Platforms
502502
-|-|-
503-
_(unset)_|Windows: `wincredman`<br/>macOS: `keychain`<br/>Linux: _(none)_|-
503+
_(unset)_|Windows: `wincredman`, macOS: `keychain`, Linux: _(none)_|-
504504
`wincredman`|Windows Credential Manager (not available over SSH).|Windows
505505
`dpapi`|DPAPI protected files. Customize the DPAPI store location with [`GCM_DPAPI_STORE_PATH`](#gcm_dpapi_store_path)|Windows
506506
`keychain`|macOS Keychain.|macOS

docs/github-apideprecation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ There is a workaround which should work and doesn't require installing anything.
9898
```
9999

100100
You will be prompted to enter a password – copy the newly generated PAT in
101-
step 4 and paste it here, and press <kbd>Enter</kbd>
101+
step 4 and paste it here, and press the `Enter` key
102102

103103
![image](https://user-images.githubusercontent.com/5658207/95448479-4fc64580-095b-11eb-9970-0b6faf7f4ae7.png)
104104

docs/migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Because both Basic HTTP authentication and Windows Integrated Authentication (WI
1010

1111
The following table shows the correct replacement for all legacy authorities values:
1212

13-
GCM_AUTHORITY<br/>(credential.authority)|&rarr;|GCM_PROVIDER<br/>(credential.provider)|GCM_ALLOW_WINDOWSAUTH<br/>(credential.allowWindowsAuth)
13+
GCM_AUTHORITY (credential.authority)|&rarr;|GCM_PROVIDER (credential.provider)|GCM_ALLOW_WINDOWSAUTH (credential.allowWindowsAuth)
1414
-|-|-|-
15-
`msa`, `microsoft`, `microsoftaccount`,<br/>`aad`, `azure`, `azuredirectory`,</br>`live`, `liveconnect`, `liveid`|&rarr;|`azure-repos`|_N/A_
15+
`msa`, `microsoft`, `microsoftaccount`, `aad`, `azure`, `azuredirectory`, `live`, `liveconnect`, `liveid`|&rarr;|`azure-repos`|_N/A_
1616
`github`|&rarr;|`github`|_N/A_
1717
`basic`|&rarr;|`generic`|`false`
18-
`integrated`, `windows`, `kerberos`, `ntlm`,<br/>`tfs`, `sso`|&rarr;|`generic`|`true` _(default)_
18+
`integrated`, `windows`, `kerberos`, `ntlm`, `tfs`, `sso`|&rarr;|`generic`|`true` _(default)_
1919

2020
For example if you had previous set the authority for the `example.com` host to `basic`..
2121

docs/wsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ installation, and not shared with others or the Windows host.
102102
Yes. Rather than install GCM as a Windows application (and have WSL Git invoke
103103
the Windows GCM), can you install GCM as a Linux application instead.
104104

105-
To do this, simply follow the [GCM installation instructions for Linux](../README.md#linux-install-instructions).
105+
To do this, simply follow the [GCM installation instructions for Linux](../README.md#linux).
106106

107107
**Note:** In this scenario, because GCM is running as a Linux application
108108
it cannot utilize authentication or credential storage features of the host

0 commit comments

Comments
 (0)