@@ -8,7 +8,7 @@ project in its own [organization][gcm-org].
8
8
![ Git Credential Manager Core renamed] ( img/gcmcore-rename.png )
9
9
10
10
At the time, the actual exectuable name was not updated and continued to be
11
- ` git-credential-manager-core ` . As of [ VERSION ] [ rename-ver ] , the executable has
11
+ ` git-credential-manager-core ` . As of [ 2.0.877 ] [ rename-ver ] , the executable has
12
12
been renamed to ` git-credential-manager ` , matching the new project name.
13
13
14
14
## Rename transition
@@ -21,11 +21,11 @@ warning: git-credential-manager-core was renamed to git-credential-manager
21
21
warning: see https://aka.ms/gcm/rename for more information
22
22
```
23
23
24
- Since the executable was renamed in VERSION , GCM has also included symlinks
24
+ Since the executable was renamed in 2.0.877 , GCM has also included symlinks
25
25
using the old name in order to ensure no one's setups would immediately break.
26
26
27
27
These links will remain until _ two_ major Git versions are released after GCM
28
- VERSION , _ ** at which point the symlinks will no longer be included** _ .
28
+ 2.0.877 , _ ** at which point the symlinks will no longer be included** _ .
29
29
30
30
It is recommended to update your Git configuration to use the new executable
31
31
name as soon as possible to prevent any issues in the future.
@@ -159,7 +159,7 @@ or `manager` respectively.
159
159
[rename-pr] : https://github.com/git-ecosystem/git-credential-manager/pull/541
160
160
[rename-blog] : https://github.blog/2022-04-07-git-credential-manager-authentication-for-everyone/# universal-git-authentication
161
161
[gcm-org] : https://github.com/git-ecosystem
162
- [rename-ver] : https://github.com/git-ecosystem/git-credential-manager/releases
162
+ [rename-ver] : https://github.com/git-ecosystem/git-credential-manager/releases/tag/v2.0.877
163
163
[git-windows] : https://git-scm.com/download/win
164
164
[gcm-latest] : https://aka.ms/gcm/latest
165
165
[warnings] : # rename-transition
0 commit comments