This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Show the stdout from git hooks #1121
Open
Description
It's not uncommon for git hooks to output information as they execute. It would be useful if we could display an output window during the commit phase that mirrored the git commit
stdout. This could perhaps be implemented in such a way where it only showed if the stdout was detected to be different for a hook-less commit.
An example of why this is useful:
My team has pre-commit hooks that block a commit that fails linting, in the case where linting fails, the hook prints out the issues to stdout. Using the atom/github package, these messages are hidden.