summaryrefslogtreecommitdiff
path: root/reloadParseGitConfig.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 17:19:35 -0500
committerJeff Carr <[email protected]>2025-10-03 17:19:35 -0500
commita8cde5da23d912ce2b5daa52083bedc296750ff5 (patch)
tree509178ef6686a96ca648e6ab6381ee7ea13787de /reloadParseGitConfig.go
parent2a04c33edf87e5396ceb3cc829622c16ce3c173a (diff)
more movement towards state in the PBv0.0.143
Diffstat (limited to 'reloadParseGitConfig.go')
-rw-r--r--reloadParseGitConfig.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/reloadParseGitConfig.go b/reloadParseGitConfig.go
index 3497754..0a93dd7 100644
--- a/reloadParseGitConfig.go
+++ b/reloadParseGitConfig.go
@@ -146,7 +146,7 @@ func (repo *Repo) readGitConfig() (string, error) {
repo.GitConfig.Branches[currentName].Merge = value
default:
log.Log(INFO, "error unknown remote:", currentSection, currentName, key, value)
- log.Log(INFO, "unknown branch:", line)
+ log.Info("git .config unknown branch:", line)
}
case "submodule":
// test, ok := rs.gitConfig.submodules[currentName]