From 98163323f825cd1c6daeca8f9621a9d4203539bf Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Wed, 17 Jul 2024 15:18:39 -0400 Subject: [PATCH] fix: add `ignore-date` when rebasing Co-authored-by: Benjamin Coe --- lib/landing_session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/landing_session.js b/lib/landing_session.js index 9deb8cb9..f54017e3 100644 --- a/lib/landing_session.js +++ b/lib/landing_session.js @@ -212,7 +212,7 @@ export default class LandingSession extends Session { try { await forceRunAsync('git', ['rebase', ...this.gpgSign, `${upstream}/${branch}`, - '--no-keep-empty', '-i', '--autosquash', msgAmend], + '--no-keep-empty', '-i', '--autosquash', '--ignore-date', msgAmend], { ignoreFailure: false, spawnArgs: {