Skip to content

Commit

Permalink
fix: add ignore-date when rebasing
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Coe <bencoe@gmail.com>
  • Loading branch information
anonrig and bcoe committed Jul 17, 2024
1 parent 09cf7fd commit 9816332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/landing_session.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 9816332

Please sign in to comment.