We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1097171 commit 8fb8972Copy full SHA for 8fb8972
src/git.rs
@@ -398,11 +398,8 @@ pub fn squash_index(env: &Environment) -> Result<(), PerformError> {
398
let now = Utc::now().format("%Y-%m-%d");
399
let original_head = repo.head_oid()?.to_string();
400
let msg = format!("Collapse index into one commit\n\n\
401
-
402
Previous HEAD was {}, now on the `snapshot-{}` branch\n\n\
403
404
More information about this change can be found [online] and on [this issue].\n\n\
405
406
[online]: https://internals.rust-lang.org/t/cargos-crate-index-upcoming-squash-into-one-commit/8440\n\
407
[this issue]: https://github.com/rust-lang/crates-io-cargo-teams/issues/47", original_head, now);
408
0 commit comments