From 3a5e6ae51cea67869d9c62caf68a697cb8ed1d6a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 4 Sep 2025 18:47:37 -0500 Subject: testing Width --- helperPatches.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'helperPatches.go') diff --git a/helperPatches.go b/helperPatches.go index ba0f37f..300577e 100644 --- a/helperPatches.go +++ b/helperPatches.go @@ -228,11 +228,10 @@ func AddAllPatches(notdone *forgepb.Patches, pset *forgepb.Patchset, full bool) if found := notdone.FindByCommitHash(patch.CommitHash); found != nil { log.Info("duplicate commit hash", patch.Namespace, "patch:", patch.NewHash, "commithash:", patch.CommitHash, comment) - continue + // continue } - newhash, _ := findCommitByHash(patch.StartHash, comment) - log.Info("adding patch:", patch.Namespace, patch.CommitHash, comment, newhash) + // log.Info("adding patch:", patch.Namespace, patch.CommitHash, comment, newhash) notdone.AppendByCommitHash(patch) // double check to ensure the commit hash isn't added twice } } -- cgit v1.2.3