1
mirror of git://git.acid.vegas/random.git synced 2024-09-28 13:20:30 +00:00
This commit is contained in:
Dionysus 2023-05-05 18:23:30 -04:00
parent e2563d3bb6
commit 006f43a7c2
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -4,7 +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)
echo $GIT_DIR
_name=$(echo "$_data" | cut -d'|' -f3)
_repo=$(basename -s .git $(git config --get remote.origin.url))