diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 14:58:47 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 14:58:47 -0500 |
| commit | 12f4f8b0cb487b8f80b248753ef6dbd2997fb763 (patch) | |
| tree | d3fd8238b9c84ce300ada6560acf5d85b1880573 | |
| parent | 06102e1f2304337782675a1f10253e67057eaecc (diff) | |
something again
| -rw-r--r-- | doPatch.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |
