Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for gitconfig include directives #2668

Open
felixhummel opened this issue Dec 19, 2024 · 0 comments
Open

support for gitconfig include directives #2668

felixhummel opened this issue Dec 19, 2024 · 0 comments

Comments

@felixhummel
Copy link

Issue

I have my git user.name set by using git config includes (docs):

$ git config --get user.name
Felix Hummel

Steps:

git init .
aider

Expected: Aider does nothing concerning user.name or user.email.

Actual: Aider outputs the following warning and writes .git/config

Update git name with: git config user.name "Your Name"
Update git email with: git config user.email "[email protected]"

It would be nice if aider would use git's parsing of its configuration git user.name and git user.email.

Version and model info

aider 0.69.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant