ignore 'gui' in .git/config

This commit is contained in:
Jeff Carr 2025-01-07 03:24:05 -06:00
parent 05d827868e
commit 2ea1113c72
1 changed files with 2 additions and 0 deletions

View File

@ -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'