Support git_repository_message, git_repository_message_remove #734
Loading…
Reference in New Issue
No description provided.
Delete Branch "feature/646-git-repository-message"
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?
Closes #646
thanks! added a docstring and fixed a typo.
@ -691,0 +697,4 @@
//
// Use this function to get the contents of this file. Don't forget to remove
// the file after you create the commit.
func (r *Repository) Message() (string, error) {
@ -691,0 +713,4 @@
}
// RemoveMessage removes git's prepared message.
func (r *Repository) RemoveMessage() error {