diff options
Diffstat (limited to 'gitConfig.go')
| -rw-r--r-- | gitConfig.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gitConfig.go b/gitConfig.go index 519d294..633d732 100644 --- a/gitConfig.go +++ b/gitConfig.go @@ -136,6 +136,9 @@ func (rs *RepoStatus) readGitConfig() error { switch currentSection { case "core": rs.gitConfig.core[key] = value + case "pull": + // don't store git config pull settings here + // probably has 'rebase = false' case "remote": test, ok := rs.gitConfig.remotes[currentName] if !ok { |
