summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 14:58:47 -0500
committerJeff Carr <[email protected]>2025-10-26 14:58:47 -0500
commit12f4f8b0cb487b8f80b248753ef6dbd2997fb763 (patch)
treed3fd8238b9c84ce300ada6560acf5d85b1880573
parent06102e1f2304337782675a1f10253e67057eaecc (diff)
something again
-rw-r--r--doPatch.go1
1 files changed, 1 insertions, 0 deletions
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")