[go: up one dir, main page]

Skip to content

Resolves #585 implement a git credential manager plugin system

This implements a new git credential manager system compatible with isomorphic-git 1.0.0 using the proposed #377 (closed) event emitter plugin system. The default credential store is written as an example of such a plugin, installed if no other plugin is installed. Thus, any test using the credential manager tests the plugin system. There's a maximum of 1 such plugin.

Merge request reports

Loading