Introduce Signature #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "signature"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It brings the data into go-land so we don't have to worry about the
commit being there. It stores the data we get from git and provides a
Time() function to get a time.Time struct.
Looking good. Can you uncomment the signature methods in Commit and Tag? I commented them out when I removed signature.
Author() and Committer() are uncommented in Commit. I can't find a Tag struct.
Oh duh.