This commit is contained in:
Paul Gauthier 2024-06-21 17:17:29 -07:00
parent c207c7839a
commit 1481c8c210
5 changed files with 47 additions and 0 deletions

View file

@ -154,6 +154,12 @@
## Enable/disable commits when repo is found dirty (default: True)
#dirty-commits: true
## Attribute aider code changes in the git author name (default: True)
#attribute-author: true
## Attribute aider commits in the git committer name (default: True)
#attribute-committer: true
## Perform a dry run without modifying files (default: False)
#dry-run: false

View file

@ -162,6 +162,12 @@
## Enable/disable commits when repo is found dirty (default: True)
#AIDER_DIRTY_COMMITS=true
## Attribute aider code changes in the git author name (default: True)
#AIDER_ATTRIBUTE_AUTHOR=true
## Attribute aider commits in the git committer name (default: True)
#AIDER_ATTRIBUTE_COMMITTER=true
## Perform a dry run without modifying files (default: False)
#AIDER_DRY_RUN=false