mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
Added logging for when a suitable git repo is found.
This commit is contained in:
parent
a120063d45
commit
d0c729469d
1 changed files with 3 additions and 1 deletions
|
@ -50,7 +50,9 @@ class Coder:
|
||||||
|
|
||||||
self.set_repo(fnames)
|
self.set_repo(fnames)
|
||||||
|
|
||||||
if not self.repo:
|
if self.repo:
|
||||||
|
self.io.tool("Using git repo:", self.root)
|
||||||
|
else:
|
||||||
self.io.tool_error("No suitable git repo, will not automatically commit edits.")
|
self.io.tool_error("No suitable git repo, will not automatically commit edits.")
|
||||||
self.find_common_root()
|
self.find_common_root()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue