func BlobSHA1(content string) string
BlobSHA1 calculates the Git SHA1 hash value for the provided content. Git prepends info to the content before taking the SHA1 hash which is why you must call this function when working with blob SHA1 values.
func New() *sink.Command