This commit is contained in:
Paul Gauthier 2025-03-20 15:29:47 -07:00
parent 3dc5a48fcc
commit 3dd91bc6f2
9 changed files with 82 additions and 59 deletions

View file

@ -56,6 +56,7 @@ usage: aider [-h] [--model] [--openai-api-key] [--anthropic-api-key]
[--attribute-committer | --no-attribute-committer]
[--attribute-commit-message-author | --no-attribute-commit-message-author]
[--attribute-commit-message-committer | --no-attribute-commit-message-committer]
[--git-commit-verify | --no-git-commit-verify]
[--commit] [--commit-prompt] [--dry-run | --no-dry-run]
[--skip-sanity-check-repo]
[--watch-files | --no-watch-files] [--lint]
@ -442,6 +443,14 @@ Aliases:
- `--attribute-commit-message-committer`
- `--no-attribute-commit-message-committer`
### `--git-commit-verify`
Enable/disable git pre-commit hooks with --no-verify (default: False)
Default: False
Environment variable: `AIDER_GIT_COMMIT_VERIFY`
Aliases:
- `--git-commit-verify`
- `--no-git-commit-verify`
### `--commit`
Commit all pending changes with a suitable commit message, then exit
Default: False