Skip to content

Commit 11cecfd

Browse files
committed
org-rename: update references to GitCredentialManager
The GitCredentialManager org is being re-named to git-ecosystem. In light of this, update references to GitCredentialManager to instead reference git-ecosystem.
1 parent 3979577 commit 11cecfd

17 files changed

+32
-32
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ request being accepted:
5252
[code-of-conduct]: CODE_OF_CONDUCT.md
5353
[commits]: https://www.youtube.com/watch?v=4qLtKx9S9a8
5454
[contribute-under-repo-license]: https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license
55-
[fork]: https://github.com/GitCredentialManager/git-credential-manager/fork
55+
[fork]: https://github.com/git-ecosystem/git-credential-manager/fork
5656
[github-help]: https://help.github.com
5757
[how-to-contribute]: https://opensource.guide/how-to-contribute/
58-
[issue]: https://github.com/GitCredentialManager/git-credential-manager/issues/new/choose
58+
[issue]: https://github.com/git-ecosystem/git-credential-manager/issues/new/choose
5959
[license]: LICENSE
60-
[pr]: https://github.com/GitCredentialManager/git-credential-manager/compare
60+
[pr]: https://github.com/git-ecosystem/git-credential-manager/compare
6161
[prs]: https://help.github.com/articles/about-pull-requests/

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,26 +113,26 @@ When using GitHub logos, please be sure to follow the
113113
[azure-devops-ssh]: https://docs.microsoft.com/en-us/azure/devops/repos/git/use-ssh-keys-to-authenticate?view=azure-devops
114114
[bitbucket]: https://bitbucket.org
115115
[bitbucket-ssh]: https://confluence.atlassian.com/bitbucket/ssh-keys-935365775.html
116-
[build-status-badge]: https://github.com/GitCredentialManager/git-credential-manager/actions/workflows/continuous-integration.yml/badge.svg
117-
[docs-index]: https://github.com/GitCredentialManager/git-credential-manager/blob/release/docs/README.md
116+
[build-status-badge]: https://github.com/git-ecosystem/git-credential-manager/actions/workflows/continuous-integration.yml/badge.svg
117+
[docs-index]: https://github.com/git-ecosystem/git-credential-manager/blob/release/docs/README.md
118118
[dotnet]: https://dotnet.microsoft.com
119119
[dotnet-distributions]: https://learn.microsoft.com/en-us/dotnet/core/install/linux
120120
[git-credential-helper]: https://git-scm.com/docs/gitcredentials
121-
[gcm]: https://github.com/GitCredentialManager/git-credential-manager
121+
[gcm]: https://github.com/git-ecosystem/git-credential-manager
122122
[gcm-coc]: CODE_OF_CONDUCT.md
123123
[gcm-commit-12294990]: https://github.com/git/git/commit/12294990c90e043862be9eb7eb22c3784b526340
124124
[gcm-contributing]: CONTRIBUTING.md
125-
[gcm-credstores]: https://github.com/GitCredentialManager/git-credential-manager/blob/release/docs/credstores.md
125+
[gcm-credstores]: https://github.com/git-ecosystem/git-credential-manager/blob/release/docs/credstores.md
126126
[gcm-for-mac-and-linux]: https://github.com/microsoft/Git-Credential-Manager-for-Mac-and-Linux
127127
[gcm-for-windows]: https://github.com/microsoft/Git-Credential-Manager-for-Windows
128-
[gcm-http-proxy]: https://github.com/GitCredentialManager/git-credential-manager/blob/release/docs/netconfig.md#http-proxy
128+
[gcm-http-proxy]: https://github.com/git-ecosystem/git-credential-manager/blob/release/docs/netconfig.md#http-proxy
129129
[gcm-license]: LICENSE
130-
[gcm-usage]: https://github.com/GitCredentialManager/git-credential-manager/blob/release/docs/usage.md
131-
[gcm-windows-broker]: https://github.com/GitCredentialManager/git-credential-manager/blob/release/docs/windows-broker.md
130+
[gcm-usage]: https://github.com/git-ecosystem/git-credential-manager/blob/release/docs/usage.md
131+
[gcm-windows-broker]: https://github.com/git-ecosystem/git-credential-manager/blob/release/docs/windows-broker.md
132132
[git-tools-credential-storage]: https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage
133133
[github]: https://github.com
134134
[github-ssh]: https://help.github.com/en/articles/connecting-to-github-with-ssh
135135
[github-logos]: https://github.com/logos
136-
[install]: https://github.com/GitCredentialManager/git-credential-manager/blob/release/docs/install.md
136+
[install]: https://github.com/git-ecosystem/git-credential-manager/blob/release/docs/install.md
137137
[ms-package-repos]: https://packages.microsoft.com/repos/
138-
[workflow-status]: https://github.com/GitCredentialManager/git-credential-manager/actions/workflows/continuous-integration.yml
138+
[workflow-status]: https://github.com/git-ecosystem/git-credential-manager/actions/workflows/continuous-integration.yml

docs/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ to the trace object in most places of GCM.
280280
[avalonia]: https://avaloniaui.net/
281281
[core-program]: ../src/shared/Git-Credential-Manager/Program.cs
282282
[credential-provider]: configuration.md#credentialprovider
283-
[issue-113]: https://github.com/GitCredentialManager/git-credential-manager/issues/113
284-
[issue-136]: https://github.com/GitCredentialManager/git-credential-manager/issues/136
283+
[issue-113]: https://github.com/git-ecosystem/git-credential-manager/issues/113
284+
[issue-136]: https://github.com/git-ecosystem/git-credential-manager/issues/136
285285
[gcm-provider]: environment.md#GCM_PROVIDER
286286
[msal]: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet

docs/bitbucket-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,13 @@ host by specifying the host url, e.g. https://bitbucket.example.com/
174174
Due to the way GCM resolves hosts and determines REST API urls, if the Bitbucket
175175
DC instance is hosted under a relative url (e.g. https://example.com/bitbucket)
176176
it is necessary to configure Git to send the full path to GCM. This is done
177-
using the [credential.useHttpPath](configuration.md#credential.useHttpPath)
177+
using the [credential.useHttpPath](configuration.md#credential.useHttpPath)
178178
setting.
179179
❯ git config --global credential.https://example.com/bitbucket.usehttppath true
180180
<!-- markdownlint-enable MD034 -->
181181

182182
If a port number is used in the url of the Bitbucket DC instance the Git
183-
configuration needs to reflect this. However, due to [Issue 608](https://github.com/GitCredentialManager/git-credential-manager/issues/608)
183+
configuration needs to reflect this. However, due to [Issue 608](https://github.com/git-ecosystem/git-credential-manager/issues/608)
184184
the port is ignored when resolving [credential.bitbucketDataCenterOAuthClientId](configuration.md#credential.bitbucketDataCenterOAuthClientId)
185185
and [credential.bitbucketDataCenterOAuthClientSecret](configuration.md#credential.bitbucketDataCenterOAuthClientSecret).
186186
<!-- markdownlint-disable MD034 -->

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Start by cloning this repository:
44

55
```shell
6-
git clone https://github.com/GitCredentialManager/git-credential-manager
6+
git clone https://github.com/git-ecosystem/git-credential-manager
77
```
88

99
You also need the latest version of the .NET SDK which can be downloaded and

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ initiate this flow for you next time access is requested).
235235
[bitbucket-ssh]: https://confluence.atlassian.com/bitbucket/ssh-keys-935365775.html
236236
[config-gui-prompt]: configuration.md#credentialguiprompt
237237
[config-interactive]: configuration.md#credentialinteractive
238-
[create-issue]: https://github.com/GitCredentialManager/git-credential-manager/issues/create
238+
[create-issue]: https://github.com/git-ecosystem/git-credential-manager/issues/create
239239
[credstores]: credstores.md
240240
[download-and-install]: ../README.md#download-and-install
241241
[enable-windows-ssh]: https://support.microsoft.com/topic/update-to-enable-tls-1-1-and-tls-1-2-as-default-secure-protocols-in-winhttp-in-windows-c4bd73d2-31d7-761e-0178-11268bb10392

docs/github-apideprecation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ the new token-based authentication requirements **DO NOT** apply to GHES:
128128
[gcm]: https://aka.ms/gcm
129129
[gcm-install]: ../README.md#download-and-install
130130
[gcm-latest]: https://aka.ms/gcm/latest
131-
[gcm-new-issue]: https://github.com/GitCredentialManager/git-credential-manager/issues/new/choose
131+
[gcm-new-issue]: https://github.com/git-ecosystem/git-credential-manager/issues/new/choose
132132
[gcm-windows]: https://github.com/microsoft/Git-Credential-Manager-for-Windows
133133
[git-windows]: https://git-scm.com/download/win
134134
[github-display-pat-image]: img/github-display-pat.png

docs/gitlab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ git config --global credential.https://code.videolan.org.gitLabDevClientId f35c3
5858
git config --global credential.https://code.videolan.org.gitLabDevClientSecret 631558ec973c5ef65b78db9f41103f8247dc68d979c86f051c0fe4389e1995e8
5959
```
6060

61-
See also [issue #677](https://github.com/GitCredentialManager/git-credential-manager/issues/677).
61+
See also [issue #677](https://github.com/git-ecosystem/git-credential-manager/issues/677).
6262

6363
## Preferences
6464

docs/hostprovider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ take, but implementors SHOULD attempt to follow existing practices and styles.
343343

344344
1. [`System.CommandLine` API][github-dotnet-cli]
345345

346-
[gcm]: https://github.com/GitCredentialManager/git-credential-manager
346+
[gcm]: https://github.com/git-ecosystem/git-credential-manager
347347
[github-dotnet-cli]: https://github.com/dotnet/command-line-api
348348
[hostprovider-base-class]: #26-hostprovider-base-class
349349
[references]: #references

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,6 @@ dotnet tool uninstall -g git-credential-manager
236236
[gcm-wsl]: wsl.md
237237
[git-for-windows]: https://gitforwindows.org/
238238
[git-for-windows-screenshot]: https://user-images.githubusercontent.com/5658207/140082529-1ac133c1-0922-4a24-af03-067e27b3988b.png
239-
[latest-release]: https://github.com/GitCredentialManager/git-credential-manager/releases/latest
239+
[latest-release]: https://github.com/git-ecosystem/git-credential-manager/releases/latest
240240
[linux-uninstall]: linux-fromsrc-uninstall.md
241241
[ms-wsl]: https://aka.ms/wsl#

docs/rename.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ or `manager` respectively.
156156
> helper that is configured, and overrides any helpers configured at the system/
157157
> machine-wide level.
158158
159-
[rename-pr]: https://github.com/GitCredentialManager/git-credential-manager/pull/541
159+
[rename-pr]: https://github.com/git-ecosystem/git-credential-manager/pull/541
160160
[rename-blog]: https://github.blog/2022-04-07-git-credential-manager-authentication-for-everyone/#universal-git-authentication
161-
[gcm-org]: https://github.com/GitCredentialManager
162-
[rename-ver]: https://github.com/GitCredentialManager/git-credential-manager/releases
161+
[gcm-org]: https://github.com/git-ecosystem
162+
[rename-ver]: https://github.com/git-ecosystem/git-credential-manager/releases
163163
[git-windows]: https://git-scm.com/download/win
164164
[gcm-latest]: https://aka.ms/gcm/latest
165165
[warnings]: #rename-transition

src/linux/Packaging.Linux/install-from-source.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Git Credential Manager is licensed under the MIT License: https://aka.ms/gcm/lic
3434
[Nn]*)
3535
exit
3636
;;
37-
*)
37+
*)
3838
echo "Please answer yes or no."
3939
;;
4040
esac
@@ -198,7 +198,7 @@ script_path="$(cd "$(dirname "$0")" && pwd)"
198198
toplevel_path="${script_path%/src/linux/Packaging.Linux}"
199199
if [ "z$script_path" = "z$toplevel_path" ] || [ ! -f "$toplevel_path/Git-Credential-Manager.sln" ]; then
200200
toplevel_path="$PWD/git-credential-manager"
201-
test -d "$toplevel_path" || git clone https://github.com/GitCredentialManager/git-credential-manager
201+
test -d "$toplevel_path" || git clone https://github.com/git-ecosystem/git-credential-manager
202202
fi
203203

204204
if [ -z "$DOTNET_ROOT" ]; then

src/shared/Core/Git.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public Process CreateProcess(string args)
190190
}
191191

192192
// This code was originally copied from
193-
// src/shared/GitCredentialManager/Authentication/AuthenticationBase.cs
193+
// src/shared/Core/Authentication/AuthenticationBase.cs
194194
// That code is for GUI helpers in this codebase, while the below is for
195195
// communicating over Git's stdin/stdout helper protocol. The GUI helper
196196
// protocol will one day use a different IPC mechanism, whereas this code

src/shared/DotnetTool/dotnet-tool.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Secure, cross-platform Git credential storage with authentication to Azure Repos, GitHub, and other popular Git hosting services.</description>
77
<authors>git-credential-manager</authors>
88
<icon>images\icon.png</icon>
9-
<iconUrl>https://raw.githubusercontent.com/GitCredentialManager/git-credential-manager/main/assets/gcm-transparent.png</iconUrl>
9+
<iconUrl>https://raw.githubusercontent.com/git-ecosystem/git-credential-manager/main/assets/gcm-transparent.png</iconUrl>
1010
<packageTypes>
1111
<packageType name="DotnetTool" />
1212
</packageTypes>

src/shared/GitHub.Tests/GitHubAuthenticationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public async Task GitHubAuthentication_GetAuthenticationAsync_TerminalPromptsDis
4949
Assert.Equal("Cannot prompt because terminal prompts have been disabled.", exception.Message);
5050
}
5151

52-
// reproduces https://github.com/GitCredentialManager/git-credential-manager/issues/453
52+
// reproduces https://github.com/git-ecosystem/git-credential-manager/issues/453
5353
[Fact]
5454
public async Task GitHubAuthentication_GetAuthenticationAsync_Terminal()
5555
{

src/shared/GitHub/GitHubHostProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public override async Task<ICredential> GenerateCredentialAsync(InputArguments i
145145
// the PAT permissions manually on the web and then retry the Git operation.
146146
// We must store the PAT now so they can resume/repeat the operation with the same,
147147
// now SSO authorized, PAT.
148-
// See: https://github.com/GitCredentialManager/git-credential-manager/issues/133
148+
// See: https://github.com/git-ecosystem/git-credential-manager/issues/133
149149
Context.CredentialStore.AddOrUpdate(service, patCredential.Account, patCredential.Password);
150150
return patCredential;
151151

src/windows/Installer.Windows/Setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define GcmPublisherUrl "https://www.github.com"
3737
#define GcmCopyright "Copyright (c) GitHub, Inc. and contributors"
3838
#define GcmUrl "https://aka.ms/gcm"
39-
#define GcmReadme "https://github.com/GitCredentialManager/git-credential-manager/blob/main/README.md"
39+
#define GcmReadme "https://github.com/git-ecosystem/git-credential-manager/blob/main/README.md"
4040
#define GcmRepoRoot "..\..\.."
4141
#define GcmAssets GcmRepoRoot + "\assets"
4242
#define GcmExe "git-credential-manager.exe"

0 commit comments

Comments
 (0)