From c8b5375709f306d652645994f743c5a488b5744e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 7 Aug 2024 13:39:02 -0300 Subject: [PATCH] do not supply . if no git_dname #865 --- aider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index 8bb04ef2b..a7c3ac808 100644 --- a/aider/main.py +++ b/aider/main.py @@ -475,7 +475,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F repo = GitRepo( io, fnames, - git_dname or ".", + git_dname, args.aiderignore, models=main_model.commit_message_models(), attribute_author=args.attribute_author,