summaryrefslogtreecommitdiffstatshomepage
path: root/repository/repo.go
diff options
context:
space:
mode:
Diffstat (limited to 'repository/repo.go')
-rw-r--r--repository/repo.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/repository/repo.go b/repository/repo.go
index 696b032ea..7a69a14f0 100644
--- a/repository/repo.go
+++ b/repository/repo.go
@@ -20,11 +20,6 @@ var (
type RepoConfig interface {
// LocalConfig give access to the repository scoped configuration
LocalConfig() Config
-
- // GlobalConfig give access to the git global configuration
- // Deprecated: to remove in favor of Keyring()
- // TODO: remove
- GlobalConfig() Config
}
// RepoKeyring give access to a user-wide storage for secrets