From cef0de4f0ec5ba6bfc9a713a74c780fedc7279dd Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 15 Dec 2021 15:34:50 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3431264b..7fd21507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Keep commit message when pre-commit hook fails ([#1035](https://github.com/extrawurst/gitui/issues/1035)) -- honor `pushurl` when checking whether we need username and password for pushing ([#953](https://github.com/extrawurst/gitui/issues/953)) +- honor `pushurl` when checking credentials for pushing ([#953](https://github.com/extrawurst/gitui/issues/953)) +- use git-path instead of workdir finding hooks ([#1046](https://github.com/extrawurst/gitui/issues/1046)) ### Key binding notes - added `gg`/`G` vim bindings to `vim_style_key_config.ron` ([#1039](https://github.com/extrawurst/gitui/issues/1039))