diff --git a/gitConfig.go b/gitConfig.go index e8c4c4b..3b2ea83 100644 --- a/gitConfig.go +++ b/gitConfig.go @@ -139,6 +139,8 @@ func (rs *RepoStatus) readGitConfig() error { switch currentSection { case "core": rs.gitConfig.core[key] = value + case "gui": + // don't really need gui stuff right now case "pull": // don't store git config pull settings here // probably has 'rebase = false'