Revert "Updated commit message prefix to "Initial commit: Added new files." in coder.py."

This reverts commit 6d298281fc.
This commit is contained in:
Paul Gauthier 2023-05-08 21:13:02 -07:00
parent 6d298281fc
commit 6781584d67

View file

@ -578,7 +578,7 @@ def main():
pretty = args.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:
with open(args.apply, "r") as f: