diff options
Diffstat (limited to 'config/config.go')
-rw-r--r-- | config/config.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index ea8ae07..dc76571 100644 --- a/config/config.go +++ b/config/config.go @@ -26,6 +26,9 @@ var ( // Config contains the repository configuration type Config struct { + Core struct { + IsBare bool + } Remotes map[string]*RemoteConfig } |