Skip to content

Commit d322864

Browse files
authored
Update now git-credential-cache is available on Windows
Since v2.45.0.windows.1 git-for-windows/git@2406bf5
1 parent c48ff91 commit d322864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/doc/credential-helpers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2>Included in Git</h2>
1515

1616
<ul>
1717
<li><a href="https://git-scm.com/docs/git-credential-store">git-credential-store</a>: saves credentials in plaintext.</li>
18-
<li><a href="https://git-scm.com/docs/git-credential-cache">git-credential-cache</a>: holds credentials temporarily in process memory. <a href="https://github.com/git-for-windows/git/issues/3892">Not available on Windows</a>. (Note that since credentials are lost when the cache expires or system restarts, this is inconvenient to store long-lived personal access tokens.)</li>
18+
<li><a href="https://git-scm.com/docs/git-credential-cache">git-credential-cache</a>: holds credentials temporarily in process memory. (Note that since credentials are lost when the cache expires or system restarts, this is inconvenient to store long-lived personal access tokens.)</li>
1919
</ul>
2020

2121
<h2>Platform specific storage</h2>

0 commit comments

Comments
 (0)