Skip to content

Commit 819e6bc

Browse files
authored
Merge pull request #149 from microsoft/master
Cut a new release
2 parents 1264f23 + 0525476 commit 819e6bc

File tree

15 files changed

+807
-54
lines changed

15 files changed

+807
-54
lines changed

.vscode/launch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@
1616
"console": "integratedTerminal",
1717
"stopAtEntry": false,
1818
},
19+
{
20+
"name": "Git Credential Manager (store)",
21+
"type": "coreclr",
22+
"request": "launch",
23+
"preLaunchTask": "build",
24+
// If you have changed target frameworks, make sure to update the program path.
25+
"program": "${workspaceFolder}/out/shared/Git-Credential-Manager/bin/Debug/netcoreapp3.1/git-credential-manager-core.dll",
26+
"args": ["store"],
27+
"cwd": "${workspaceFolder}/out/shared/Git-Credential-Manager",
28+
"console": "integratedTerminal",
29+
"stopAtEntry": false,
30+
},
1931
{
2032
"name": ".NET Core Attach",
2133
"type": "coreclr",

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,12 @@ Proxy support|✓|✓|
3131

3232
**Notes:**
3333

34-
(\*) Currently only supported when using Git from the terminal or command line. A platform-native UI experience is not yet available on macOS, but planned.
34+
(\*) Currently only supported when using Git from the terminal or command line. A platform-native UI experience is not yet available, but planned.
3535

3636
### Planned features
3737

38-
- [ ] 32-bit Windows support (only 64-bit Windows is supported currently)
39-
- [ ] Linux support
40-
- [ ] macOS/Linux native UI
38+
- [ ] Linux support ([#135](https://github.com/microsoft/Git-Credential-Manager-Core/issues/135))
39+
- [ ] macOS/Linux native UI ([#136](https://github.com/microsoft/Git-Credential-Manager-Core/issues/136))
4140

4241
## Download and Install
4342

@@ -113,6 +112,8 @@ See detailed information [here](https://aka.ms/gcmcore-httpproxy).
113112
- [Configuration options](docs/configuration.md)
114113
- [Environment variables](docs/environment.md)
115114
- [Network and HTTP configuration](docs/netconfig.md)
115+
- [Architectural overview](docs/architecture.md)
116+
- [Host provider specification](docs/hostprovider.md)
116117

117118
## Contributing
118119

assets/gcm.svg

Lines changed: 63 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)