extrawurst / gitui

Blazing 💥 fast terminal-ui for git written in rust 🦀
MIT License
18.51k stars 571 forks source link

Pass through error messages from commit #1195

Closed CGMossa closed 2 years ago

CGMossa commented 2 years ago

Describe the bug I have a repository with hooks that warn of something or another.

I didn't ensure that the thing was done, so when I tried to commit some changes, I got this:

image

Using git commit -m I got this:

PS C:\Users\angus\Documents\GitHub\DenmarkMap> git commit -m "another configuration commit"
README.md is out of date; please re-knit README.Rmd
use 'git commit --no-verify' to override this check

Expected behavior

I expected to get the message in gitui.

Context (please complete the following information):

extrawurst commented 2 years ago

It looks more like an issue running the hooks in the first place. Hard for me repro on a non windows machine though :(

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.