From 09110d8e6d1ddb6f6a22867dcedeebd8f2262780 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Tue, 14 Feb 2017 15:56:32 +0100 Subject: config: added Config.Submodules --- config/modules.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config/modules.go') diff --git a/config/modules.go b/config/modules.go index 4d98b16..a17cc27 100644 --- a/config/modules.go +++ b/config/modules.go @@ -30,9 +30,8 @@ func NewModules() *Modules { } const ( - submoduleSection = "submodule" - pathKey = "path" - branchKey = "branch" + pathKey = "path" + branchKey = "branch" ) // Unmarshal parses a git-config file and stores it -- cgit