Skip to main content

git_rewrite_commit_message

Function git_rewrite_commit_message 

Source
pub fn git_rewrite_commit_message(
    repo_path: String,
    commit_hash: String,
    new_message: String,
    auto_stash: bool,
) -> Result<RewriteResult, GitError>