From c63c8c8778cb497bba1b3d77e8810d2dd45d2e24 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Sat, 8 Jul 2017 09:25:37 +0100 Subject: sandpit folder + experiments with YAML commands and configs --- parse.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'parse.go') diff --git a/parse.go b/parse.go index 5d9d7f8..c76395b 100644 --- a/parse.go +++ b/parse.go @@ -42,6 +42,8 @@ func check_signature(commit *git.Commit, keyring *openpgp.KeyRing) (signature, s return "", "", err } + +// traverse all the commits between two references, looking for func walk_commits(msg SCORSHmsg, keyring openpgp.KeyRing) int { fmt.Printf("Inside parse_commits\n") -- cgit v1.2.3