Skip to content

Commit

Permalink
Merge pull request #149 from microsoft/master
Browse files Browse the repository at this point in the history
Cut a new release
  • Loading branch information
mjcheetham authored Jul 17, 2020
2 parents 1264f23 + 0525476 commit 819e6bc
Show file tree
Hide file tree
Showing 15 changed files with 807 additions and 54 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@
"console": "integratedTerminal",
"stopAtEntry": false,
},
{
"name": "Git Credential Manager (store)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/out/shared/Git-Credential-Manager/bin/Debug/netcoreapp3.1/git-credential-manager-core.dll",
"args": ["store"],
"cwd": "${workspaceFolder}/out/shared/Git-Credential-Manager",
"console": "integratedTerminal",
"stopAtEntry": false,
},
{
"name": ".NET Core Attach",
"type": "coreclr",
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ Proxy support|✓|✓|

**Notes:**

(\*) 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.
(\*) Currently only supported when using Git from the terminal or command line. A platform-native UI experience is not yet available, but planned.

### Planned features

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

## Download and Install

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

## Contributing

Expand Down
63 changes: 63 additions & 0 deletions assets/gcm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 819e6bc

Please sign in to comment.