summaryrefslogtreecommitdiff
path: root/new.go
diff options
context:
space:
mode:
Diffstat (limited to 'new.go')
-rw-r--r--new.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/new.go b/new.go
index 542857c..6a0c81b 100644
--- a/new.go
+++ b/new.go
@@ -54,7 +54,7 @@ func NewRepoStatusWindow(repo *gitpb.Repo) (*RepoStatus, error) {
// realpath := repo.FullPath
// isGoLang := true
- rs.tags = make(map[string]string)
+ // rs.tags = make(map[string]string)
rs.window = gadgets.RawBasicWindow("GO Repo Details " + path)
rs.window.Horizontal()
rs.window.Make()
@@ -86,7 +86,7 @@ func NewRepoStatusWindow(repo *gitpb.Repo) (*RepoStatus, error) {
// add all the tags
rs.makeTagBox(box2)
- rs.readGitConfig()
+ // rs.readGitConfig()
if rs.pb.GetReadOnly() {
rs.readOnly.SetValue("true")