diff --git a/irc/post-commit b/irc/post-commit index 7e39ca2..dc1b2c1 100755 --- a/irc/post-commit +++ b/irc/post-commit @@ -4,8 +4,6 @@ _data=$(git log -1 --graph --pretty=format:"%h|%s|%cn") _hash=$(echo "$_data" | cut -d'|' -f1 | cut -c 3-) _msg=$(echo "$_data" | cut -d'|' -f2) -echo $(dirname .) -echo $(basebane .) _name=$(echo "$_data" | cut -d'|' -f3) _repo=$(basename -s .git $(git config --get remote.origin.url))