Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 585953a

Browse files
authoredFeb 26, 2025
Rollup merge of rust-lang#137670 - RalfJung:llvm-commit-logic-revert, r=Kobzol
revert accidental change in get_closest_merge_commit This was accidentally merged as part of rust-lang#137594. I need this local diff to be able to debug miri syncs, and then typed `git commit -a` too fast and didn't realize it includes this change... sorry for that. r? `@Kobzol`
2 parents ee2b7d6 + bab71fc commit 585953a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/build_helper/src/git.rs

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ pub fn get_closest_merge_commit(
154154
"rev-list",
155155
&format!("--author={}", config.git_merge_commit_email),
156156
"-n1",
157+
"--first-parent",
157158
&merge_base,
158159
]);
159160

0 commit comments

Comments
 (0)
Please sign in to comment.