From 7c2ad3167669c12d5909cc34fd6851401d16b0b4 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Fri, 15 Dec 2023 23:56:16 +0100 Subject: [PATCH] changelog&readme --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e2589bfd..af52455fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added * `theme.ron` now supports customizing line break symbol ([#1894](https://github.com/extrawurst/gitui/issues/1894)) * add confirmation for dialog for undo commit [[@TeFiLeDo](https://github.com/TeFiLeDo)] ([#1912](https://github.com/extrawurst/gitui/issues/1912)) +* support `prepare-commit-msg` hook ([#1873](https://github.com/extrawurst/gitui/issues/1873)) ### Changed * do not allow tag when `tag.gpgsign` enabled [[@TeFiLeDo](https://github.com/TeFiLeDo)] ([#1915](https://github.com/extrawurst/gitui/pull/1915)) diff --git a/README.md b/README.md index 0ae563eda4..3b4b9c9e36 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ - Fast and intuitive **keyboard only** control - Context based help (**no need to memorize** tons of hot-keys) -- Inspect, commit, and amend changes (incl. hooks: *pre-commit*,*commit-msg*,*post-commit*) +- Inspect, commit, and amend changes (incl. hooks: *pre-commit*,*commit-msg*,*post-commit*,*prepare-commit-msg*) - Stage, unstage, revert and reset files, hunks and lines - Stashing (save, pop, apply, drop, and inspect) - Push / Fetch to / from remote