question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Real time output of pre commit/push hooks

See original GitHub issue

First of all, huge thank you for a fantastic port of the awesome magit. Great job 😃

Pretty much the only thing that bothers me is that I find it hard to follow on the progress of my pre commit/push hooks in the process.magit window. Say I commit, the last line in that window will be git commit until all the tests/linting in my hooks complete and I get shown the commit dialog.

Am I missing something? If not, it could be considered a feature to implement 👍

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kaholecommented, Jun 8, 2021

Does it show in the edamagit process log (press ‘$’ to open it)

If it does, one solution could be to have a setting-toggle for auto-opening it on commit.

0reactions
max-mykhailenkocommented, Jun 12, 2021

@kahole Thank you, for the fast solution, it’s awesome!

image
Read more comments on GitHub >

github_iconTop Results From Across the Web

pre-commit
We built pre-commit to solve our hook issues. It is a multi-language package manager for pre-commit hooks. You specify a list of hooks...
Read more >
Pre-commit hooks you must know - Towards Data Science
Boost your productivity and code quality in 5 minutes​​ pre-commit hooks are a mechanism of the version control system git. They let you...
Read more >
Git Hooks | Atlassian Git Tutorial
The pre-receive hook is executed every time somebody uses git push to push commits to the repository. It should always reside in the...
Read more >
How to use git pre-commit hooks, the hard way and the easy ...
What is special about the pre-commit hook? This hook runs when you run the command git commit . The hook runs before a...
Read more >
Show the output of the git hook scripts : IDEA-82777 - YouTrack
IDEA-193968 Git hooks - pre-push doesn't show message (but pre-commit does) ... Total 14 (delta 10), reused 0 (delta 0) remote: Pushing to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found