From 1481c8c210e556043cdd56a272291b5eca950845 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 21 Jun 2024 17:17:29 -0700 Subject: [PATCH] copy --- website/assets/sample.aider.conf.yml | 6 ++++++ website/assets/sample.env | 6 ++++++ website/docs/aider_conf.md | 6 ++++++ website/docs/dotenv.md | 6 ++++++ website/docs/options.md | 23 +++++++++++++++++++++++ 5 files changed, 47 insertions(+) diff --git a/website/assets/sample.aider.conf.yml b/website/assets/sample.aider.conf.yml index 08bc54e0f..7075eb6ff 100644 --- a/website/assets/sample.aider.conf.yml +++ b/website/assets/sample.aider.conf.yml @@ -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 diff --git a/website/assets/sample.env b/website/assets/sample.env index 8ac091b96..71fb2b34a 100644 --- a/website/assets/sample.env +++ b/website/assets/sample.env @@ -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 diff --git a/website/docs/aider_conf.md b/website/docs/aider_conf.md index 2751042f4..61f369834 100644 --- a/website/docs/aider_conf.md +++ b/website/docs/aider_conf.md @@ -182,6 +182,12 @@ cog.outl("```") ## 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 diff --git a/website/docs/dotenv.md b/website/docs/dotenv.md index 66c26287c..51faf6c07 100644 --- a/website/docs/dotenv.md +++ b/website/docs/dotenv.md @@ -195,6 +195,12 @@ cog.outl("```") ## 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 diff --git a/website/docs/options.md b/website/docs/options.md index 5b880ad16..e41c35e60 100644 --- a/website/docs/options.md +++ b/website/docs/options.md @@ -9,6 +9,11 @@ description: Details about all of aider's settings. You can use `aider --help` to see all the available options, or review them below. +- TOC +{:toc} + +## Usage summary +