random- collection of un-sorted bollocks |
git clone git://git.acid.vegas/random.git |
Log | Files | Refs | Archive |
commit 0e36414ce935ad6669e47ee653e88fff58e1843f
parent 86169f75c5bddac7e629388f2613ea802116e0b4 Author: acidvegas <acid.vegas@acid.vegas> Date: Fri, 5 May 2023 18:22:14 -0400 Updated Diffstat:
|
1 file changed, 0 insertions(+), 2 deletions(-) |
diff --git 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)) |