From 12f4f8b0cb487b8f80b248753ef6dbd2997fb763 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 26 Oct 2025 14:58:47 -0500 Subject: something again --- doPatch.go | 1 + 1 file changed, 1 insertion(+) diff --git a/doPatch.go b/doPatch.go index c7aeca9..f221538 100644 --- a/doPatch.go +++ b/doPatch.go @@ -276,6 +276,7 @@ func applyPatch(repo *gitpb.Repo, p *forgepb.Patch) (string, error) { // git apply --check /tmp/0001-renamed-file-and-added-stuff.patch cmd = []string{"git", "apply", "--check", tmpname} + log.Info("Running:", cmd) stats = repo.Run(cmd) if stats.Error != nil { panic("git apply --check failed") -- cgit v1.2.3