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.
This commit is contained in:
parent
4e9a32f501
commit
b9caddd286
@ -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.
|
Be sure that the commit message reflects the entire diff.
|
||||||
It is very important that the entire commit is clear and understandable.
|
It is very important that the entire commit is clear and understandable.
|
||||||
Only reply with the commit message and nothing else.
|
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"))))
|
(def diff (:out (p/check (p/sh "git" "diff" "--cached"))))
|
||||||
|
Loading…
Reference in New Issue
Block a user