feat: add OCO_ONE_LINE_COMMIT config for enabling one line commit message (#307)

This commit is contained in:
Mouadh HSOUMI
2024-03-09 05:44:12 +01:00
committed by GitHub
parent a192441f68
commit 45dc2c4535
4 changed files with 20 additions and 1 deletions
+1
View File
@@ -101,6 +101,7 @@ OCO_MODEL=<either 'gpt-4', 'gpt-3.5-turbo' (default), 'gpt-3.5-turbo-0125', 'gpt
OCO_LANGUAGE=<locale, scroll to the bottom to see options>
OCO_MESSAGE_TEMPLATE_PLACEHOLDER=<message template placeholder, default: '$msg'>
OCO_PROMPT_MODULE=<either conventional-commit or @commitlint, default: conventional-commit>
OCO_ONE_LINE_COMMIT=<one line commit message, default: false>
```
### Global config for all repos