diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-08 09:25:37 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-08 09:25:37 +0100 |
commit | c63c8c8778cb497bba1b3d77e8810d2dd45d2e24 (patch) | |
tree | 677999d78ddc9db01a3d20a3e9652fae70130d61 /parse.go | |
parent | c3f29e8540cc135286c8a9abc33aac8df8005389 (diff) |
sandpit folder + experiments with YAML commands and configs
Diffstat (limited to 'parse.go')
-rw-r--r-- | parse.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") |