8000 Remove RepositoryHost(s) by grokys · Pull Request #1283 · github/VisualStudio · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Remove RepositoryHost(s) #1283

Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'refactor/connections-master' into refactor/connections/…
…local-repositories

 Conflicts:
	src/GitHub.VisualStudio/Services/ConnectionManager.cs
  • Loading branch information
grokys committed Nov 7, 2017
commit 8f6d21894ef32da2b0a3fed417e2853bbb686d4c
1 change: 1 addition & 0 deletions src/GitHub.VisualStudio/Services/ConnectionManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ namespace GitHub.VisualStudio
[PartCreationPolicy(CreationPolicy.Shared)]
public class ConnectionManager : IConnectionManager
{
static readonly ILogger log = LogManager.ForContext<ConnectionManager>();
readonly IConnectionCache cache;
readonly IKeychain keychain;
readonly ILoginManager loginManager;
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0