diff options
Diffstat (limited to 'update.go')
| -rw-r--r-- | update.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -138,10 +138,7 @@ func (rs *RepoStatus) UpdateCurrent() { return } log.Log(INFO, "Update() START") - // do things that are safe even if the git tree is dirty - // rs.path.SetValue(rs.repopath) rs.getCurrentBranchName() - // rs.window.SetTitle(rs.repopath + " GO repo Details") rs.getCurrentBranchVersion() rs.getLastTagVersion() rs.populateTags() |
