Skip to content Skip to sidebar Skip to footer
Showing posts with the label Githooks

Git Diff Call In Pre-commit Throws "fatal: Unable To Read [sha1]"

I am working in windows and attempting to run a git diff command in the pre-commit script (Python) … Read more Git Diff Call In Pre-commit Throws "fatal: Unable To Read [sha1]"

Python Force Git Hook Server Side Output On Same Line In Realtime

git hooks server side output only transmits on a newline. I want to configure a custom task and pri… Read more Python Force Git Hook Server Side Output On Same Line In Realtime