summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/update.go b/update.go
index 1d34dd1..4ba269d 100644
--- a/update.go
+++ b/update.go
@@ -144,6 +144,9 @@ func (rs *RepoStatus) UpdateCurrent() {
rs.populateTags()
rs.CheckDirty()
+ // read in the .git/config each update
+ rs.readGitConfig()
+
// this looks into .git somewhat
rs.CheckBranches()