浏览代码

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

Joe 1 年之前
父节点
当前提交
1e9a676492
共有 1 个文件被更改,包括 1 次插入0 次删除
  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,