Skip to content
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
@Xapphire13

Description

@Xapphire13

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions