wip: horrible hack for parsing commit footers

This commit is contained in:
2020-10-31 20:43:46 +00:00
parent 5d205a639c
commit 12ad99911a
3 changed files with 201 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ type Commit struct {
}
type Footer struct {
Name string
Body string
Name string
Body string
Reference bool
}