You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/commit.md
+17-2Lines changed: 17 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,5 +12,20 @@ write the message to a file and not modify files and create a commit. A possible
12
12
case for this is to [automatically prepare a commit message](./tutorials/auto_prepare_commit_message.md).
13
13
14
14
!!! note
15
-
To maintain platform compatibility, the `commit` command disable ANSI escaping in its output.
16
-
In particular pre-commit hooks coloring will be deactivated as discussed in [commitizen-tools/commitizen#417](https://github.com/commitizen-tools/commitizen/issues/417).
15
+
To maintain platform compatibility, the `commit` command disables ANSI escaping in its output.
16
+
In particular, pre-commit hooks coloring will be deactivated as discussed in [commitizen-tools/commitizen#417](https://github.com/commitizen-tools/commitizen/issues/417).
17
+
18
+
## Configuration
19
+
20
+
### `always_signoff`
21
+
22
+
When set to `true`, each commit message created by `cz commit` will be signed off.
0 commit comments