diff options
| author | Jeff Carr <[email protected]> | 2025-09-05 01:24:20 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-05 01:24:20 -0500 |
| commit | 04028e61817ccc8b3c33976aedbf1ada2736eb10 (patch) | |
| tree | f0c341723acfc786dd262b9385796a5ea3d0fdf5 /helperPatches.go | |
| parent | c5025d25b2cb8306539f43c836063e0b55e49792 (diff) | |
more stuff
Diffstat (limited to 'helperPatches.go')
| -rw-r--r-- | helperPatches.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helperPatches.go b/helperPatches.go index c869697..bb19a39 100644 --- a/helperPatches.go +++ b/helperPatches.go @@ -115,7 +115,6 @@ func cleanSubject(line string) string { // jcarr@framebook:~/go/src/go.wit.com/lib/protobuf/forgepb$ git merge-base --is-ancestor "4a27e7702b9b975b066ec9d2ee7ac932d86552e3" "jcarr" ; echo $? // 0 - func findCommitByHash(hash string, subject string) (string, error) { cmd := exec.Command("git", "log", "--pretty=format:%H %s") var out bytes.Buffer |
