mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 05:05:01 +00:00
feat: Add --git-commit-verify flag to control git hook verification
This commit is contained in:
parent
aca64071c8
commit
ac231e43ad
3 changed files with 12 additions and 1 deletions
|
@ -869,6 +869,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
attribute_commit_message_committer=args.attribute_commit_message_committer,
|
||||
commit_prompt=args.commit_prompt,
|
||||
subtree_only=args.subtree_only,
|
||||
git_commit_verify=args.git_commit_verify,
|
||||
)
|
||||
except FileNotFoundError:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue