Browse Source

fix(lazygit): add `no-verify` flag to `git` command

Joe 1 year ago
parent
commit
1e9a676492
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .scripts/lazygit_modify_commit_date.py

+ 1 - 0
.scripts/lazygit_modify_commit_date.py

@@ -61,6 +61,7 @@ if __name__ == "__main__":
                     "--only",
                     "--no-edit",
                     "--amend",
+                    "--no-verify",
                     f'--date="{form_timestamp}"',
                 ],
                 env,