From 6d298281fc98cc20119b1cf7d08db3f042428ad9 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 8 May 2023 21:12:05 -0700 Subject: [PATCH] Updated commit message prefix to "Initial commit: Added new files." in coder.py. --- coder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coder.py b/coder.py index 8a6a344b2..67b5e75a5 100755 --- a/coder.py +++ b/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: