random- collection of un-sorted bollocks |
git clone git://git.acid.vegas/random.git |
Log | Files | Refs | Archive |
commit e2563d3bb6655066fa7fa3b118878a785822e072
parent 0e36414ce935ad6669e47ee653e88fff58e1843f Author: acidvegas <acid.vegas@acid.vegas> Date: Fri, 5 May 2023 18:23:04 -0400 updated Diffstat:
|
1 file changed, 1 insertion(+), 0 deletions(-) |
diff --git a/irc/post-commit b/irc/post-commit @@ -4,6 +4,7 @@ _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 $GIT_DIR) _name=$(echo "$_data" | cut -d'|' -f3) _repo=$(basename -s .git $(git config --get remote.origin.url)) |