Skip to content

Commit 82d2c99

Browse files
anonrigbenjamingr
andcommitted
fix: add ignore-date when rebasing
Co-authored-by: Benjamin Gruenbaum <[email protected]>
1 parent 09cf7fd commit 82d2c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/landing_session.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export default class LandingSession extends Session {
212212
try {
213213
await forceRunAsync('git',
214214
['rebase', ...this.gpgSign, `${upstream}/${branch}`,
215-
'--no-keep-empty', '-i', '--autosquash', msgAmend],
215+
'--no-keep-empty', '-i', '--autosquash', '--ignore-date', msgAmend],
216216
{
217217
ignoreFailure: false,
218218
spawnArgs: {

0 commit comments

Comments
 (0)