1
mirror of git://git.acid.vegas/random.git synced 2024-11-14 03:56:42 +00:00
This commit is contained in:
Dionysus 2023-05-05 18:22:14 -04:00
parent 86169f75c5
commit 0e36414ce9
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -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))