We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9806699 commit db05a82Copy full SHA for db05a82
src/sync.rs
@@ -141,15 +141,14 @@ This updates the rust-version file to {upstream_sha}."#,
141
println!("incoming ref: {incoming_ref}");
142
143
let merge_message = format!(
144
- r#"Merge ref '{upstream_head_short}{filter}' from {UPSTREAM_REPO}
+ r#"Merge ref '{upstream_head_short}' from {UPSTREAM_REPO}
145
146
Pull recent changes from {UPSTREAM_REPO} via Josh.
147
148
Upstream ref: {upstream_sha}
149
Filtered ref: {incoming_ref}
150
"#,
151
upstream_head_short = &upstream_sha[..12],
152
- filter = self.context.config.construct_josh_filter()
153
);
154
155
// Merge the fetched commit.
0 commit comments