also re-scan .git/config on rs.Update()
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
118825e7a3
commit
abb1f0ea21
|
@ -144,6 +144,9 @@ func (rs *RepoStatus) UpdateCurrent() {
|
||||||
rs.populateTags()
|
rs.populateTags()
|
||||||
rs.CheckDirty()
|
rs.CheckDirty()
|
||||||
|
|
||||||
|
// read in the .git/config each update
|
||||||
|
rs.readGitConfig()
|
||||||
|
|
||||||
// this looks into .git somewhat
|
// this looks into .git somewhat
|
||||||
rs.CheckBranches()
|
rs.CheckBranches()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue