diff options
| author | mail_redacted_for_web | 2026-03-29 12:51:21 +0200 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-03-29 12:52:32 +0200 |
| commit | cd95cca23dca09b490254742f2c937317d8d3777 (patch) | |
| tree | 4dd2107da5144fac394015b3c20845c4584069c3 /.config/git-cliff.toml | |
| parent | 00a7b513b222586a2a58b620db791d002bcdb91a (diff) | |
| download | dotfiles-cd95cca23dca09b490254742f2c937317d8d3777.tar.bz2 | |
feat: include commit IDs in git-cliff
Diffstat (limited to '.config/git-cliff.toml')
| -rw-r--r-- | .config/git-cliff.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git-cliff.toml b/.config/git-cliff.toml index 612892d..1c0a630 100644 --- a/.config/git-cliff.toml +++ b/.config/git-cliff.toml @@ -16,6 +16,7 @@ body = """ {% for commit in commits %} - {% if commit.scope %}*({{ commit.scope }})* {% endif %}\ {% if commit.breaking %}[**breaking**] {% endif %}\ + {{ commit.id }} \ {{ commit.message | upper_first }}\ {% endfor %} {% endfor %} |
