diff options
| author | Jeff Carr <[email protected]> | 2025-01-18 15:48:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-18 15:48:52 -0600 |
| commit | ac2958e5598a33230caa81a307cde211f1be07cc (patch) | |
| tree | 167d8787de450e7c6e98474e147e8047b9adfdd8 /new.go | |
| parent | a15d447fbd49c2ef7732abc77c973a2469fdac99 (diff) | |
code now moved to gitpbv0.22.33
Diffstat (limited to 'new.go')
| -rw-r--r-- | new.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |
