diff options
| author | Jeff Carr <[email protected]> | 2024-02-02 16:36:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-02 16:36:51 -0600 |
| commit | abb1f0ea214d3c5e8a895b42f4e1352ede4ecca4 (patch) | |
| tree | 6a8ff8cd4d1cfccf2682faa5cf9e9cc4c55f2442 /update.go | |
| parent | 118825e7a3f4d428d27f466a204b229ce28f5fd0 (diff) | |
also re-scan .git/config on rs.Update()v0.19.2
Signed-off-by: Jeff Carr <[email protected]>
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() |
