Skip to main content

git_rewrite_commit_date

Function git_rewrite_commit_date 

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