summaryrefslogtreecommitdiff
path: root/doFix.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-13 05:48:07 -0500
committerJeff Carr <[email protected]>2025-10-13 05:48:07 -0500
commitfe64b891eef673e4fd0e1041ebbc1ccc49963b21 (patch)
tree80a193e4ee2954a53bc4d3a411a61e83af642e5f /doFix.go
parent63ab0c9e8721cd62e4a6ed970f9a1da6df0b6fd3 (diff)
more stabs in the dark
Diffstat (limited to 'doFix.go')
-rw-r--r--doFix.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/doFix.go b/doFix.go
index 7249dd5..dbe2f9b 100644
--- a/doFix.go
+++ b/doFix.go
@@ -44,6 +44,9 @@ func doFix() (string, error) {
log.Info("GET PORCELAIN SENT BACK", s, err)
for repo := range me.forge.Repos.IterByFullPath() {
curbranch := repo.GetCurrentBranchName()
+ repo.RunVerbose([]string{"bash", "-c", "git show-ref |grep -v tags"})
+ repo.ReloadForce()
+ repo.RunVerbose([]string{"bash", "-c", "git show-ref |grep -v tags"})
if repo.IsLocalBranch(curbranch) {
log.Info(repo.FullPath, "SEEMS TO HAVE A '", curbranch, "' LOCAL BRANCH")
continue