mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
Updated commit message prefix to "Initial commit: Added new files." in coder.py.
This commit is contained in:
parent
65e6a0abde
commit
6d298281fc
1 changed files with 1 additions and 1 deletions
2
coder.py
2
coder.py
|
@ -578,7 +578,7 @@ def main():
|
|||
pretty = args.pretty
|
||||
|
||||
coder = Coder(use_gpt_4, fnames, pretty)
|
||||
coder.commit(ask=not args.commit, prefix="WIP: ")
|
||||
coder.commit(ask=not args.commit, prefix="Initial commit: Added new files. ")
|
||||
|
||||
if args.apply:
|
||||
with open(args.apply, "r") as f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue