Adding RUOK
* Conducts sentiment analysis and provides a happy or assuring message sometimes * Just skeletal: we can refine it but the logic is here
This commit is contained in:
7
ruok/commit-msg
Normal file
7
ruok/commit-msg
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# RUOK Hook
|
||||
# Requires this commit-msg line and ruok.py to be in .git/hooks
|
||||
# Also requires Python installs (see ruok.py)
|
||||
|
||||
cat $1 | python .git/hooks/ruok.py &
|
||||
Reference in New Issue
Block a user