From cd830cbc3c6b6abd33550effe0305c77a87b9300 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 18 Aug 2023 10:16:17 -0700 Subject: [PATCH] noop --- aider/coders/base_coder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/coders/base_coder.py b/aider/coders/base_coder.py index aa46e3019..06c1a518e 100755 --- a/aider/coders/base_coder.py +++ b/aider/coders/base_coder.py @@ -745,7 +745,7 @@ class Coder: # Seems unlikely that we needed to create the file, but it was # actually already part of the repo. - # But let's handle this obscure corner case anyway. + # But let's only add if we need to, just to be safe. if need_to_add: self.repo.repo.git.add(full_path)