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