Skip to main content

git_rewrite_commit_author

Function git_rewrite_commit_author 

Source
pub fn git_rewrite_commit_author(
    repo_path: String,
    commit_hash: String,
    new_name: String,
    new_email: String,
    auto_stash: bool,
) -> Result<RewriteResult, GitError>