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"))))