diff options
| author | Jeff Carr <[email protected]> | 2025-01-07 18:45:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-07 18:45:34 -0600 |
| commit | d9a54a6c31770f13fd77aecd012e1158b6140616 (patch) | |
| tree | 3448849bf60da011f4c2fda7ba0927efcbc8de0e /update.go | |
| parent | 9221f83aaf06eb53b63f77a1e13887aad143e070 (diff) | |
still rm old code
Diffstat (limited to 'update.go')
| -rw-r--r-- | update.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,7 @@ import ( "go.wit.com/log" ) +/* func (rs *RepoStatus) gitBranchAll() { r := rs.Run([]string{"git", "branch", "--all"}) if r.Error != nil { @@ -19,6 +20,7 @@ func (rs *RepoStatus) gitBranchAll() { rs.targetBranch.AddText(s) } } +*/ func (rs *RepoStatus) UpdateNew() { log.Info("gui update", rs.pb.GetFullPath()) |
