ignore 'gui' in .git/config
This commit is contained in:
parent
05d827868e
commit
2ea1113c72
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue