diff options
Diffstat (limited to 'update.go')
| -rw-r--r-- | update.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() |
