diff options
| author | Jeff Carr <[email protected]> | 2025-10-09 21:32:06 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-09 21:32:06 -0500 |
| commit | ee47b39efae2347e5ee3fff2888a008d4848276b (patch) | |
| tree | d3d553f3df83eaa16111137e220b0a4a7b0b029c /doPatch.go | |
| parent | 43932185ea487ec922d3e4a50625b6de22358c2a (diff) | |
set the terminal titlev0.25.75
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -86,6 +86,9 @@ func doPatchList() (string, error) { log.Info("no namespace", patch.PatchId, patch.Namespace, patch.Comment) continue } + if patch.NewHash == "na" { + needfix = 1 + } newId, newHash, err := isPatchIdApplied(repo, patch) if errors.Is(err, ErrorGitPullOnDirty) { log.Info(patch.PatchId, newId, repo.Namespace, "repo dirty", patch.Comment) |
