This commit is contained in:
Stephan Dilly 2021-09-29 17:35:47 +02:00
parent f8bad7d541
commit 23516f1a41

View file

@ -20,7 +20,7 @@ fn rebase_branch_repo(
conflict_free_rebase(repo, &annotated)
}
///
/// rebase current HEAD on `branch`
pub fn rebase_branch(
repo_path: &str,
branch: &str,