revert accidental change in get_closest_merge_commit
This commit is contained in:
parent
2b3cef882a
commit
bab71fc8d6
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ pub fn get_closest_merge_commit(
|
|||
"rev-list",
|
||||
&format!("--author={}", config.git_merge_commit_email),
|
||||
"-n1",
|
||||
"--first-parent",
|
||||
&merge_base,
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue