(repo repository.RepoConfig)
| 16 | } |
| 17 | |
| 18 | func ClearUserIdentity(repo repository.RepoConfig) error { |
| 19 | return repo.LocalConfig().RemoveAll(identityConfigKey) |
| 20 | } |
| 21 | |
| 22 | // GetUserIdentity read the current user identity, set with a git config entry |
| 23 | func GetUserIdentity(repo repository.Repo) (*Identity, error) { |
no test coverage detected