aboutsummaryrefslogtreecommitdiffstats
path: root/repository/repo.go
diff options
context:
space:
mode:
Diffstat (limited to 'repository/repo.go')
-rw-r--r--repository/repo.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/repository/repo.go b/repository/repo.go
index 7329f183..11bb132e 100644
--- a/repository/repo.go
+++ b/repository/repo.go
@@ -6,6 +6,9 @@ type Repo interface {
// GetPath returns the path to the repo.
GetPath() string
+ // GetUserName returns the name the the user has used to configure git
+ GetUserName() (string, error)
+
// GetUserEmail returns the email address that the user has used to configure git.
GetUserEmail() (string, error)