From b9caddd286cf5c7693abf442b4df34ba44d97ea3 Mon Sep 17 00:00:00 2001 From: anaxios Date: Fri, 16 Aug 2024 17:30:49 -0700 Subject: [PATCH] Added instruction to put each change on its own line as a separate sentence in the commit message. Added instruction not to put quotation marks around the commit message. --- aicommit.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aicommit.clj b/aicommit.clj index ca88138..2b93f52 100755 --- a/aicommit.clj +++ b/aicommit.clj @@ -14,6 +14,8 @@ Your task is to generate a concise, informative git commit message based on the Be sure that the commit message reflects the entire diff. It is very important that the entire commit is clear and understandable. Only reply with the commit message and nothing else. +Put each change on it's own line as a separate sentance. +Don't put quotation marks around the message. ") (def diff (:out (p/check (p/sh "git" "diff" "--cached"))))