mirror of
git://git.acid.vegas/random.git
synced 2024-11-16 13:06:38 +00:00
updated
This commit is contained in:
parent
0e36414ce9
commit
e2563d3bb6
@ -4,6 +4,7 @@ _data=$(git log -1 --graph --pretty=format:"%h|%s|%cn")
|
|||||||
_hash=$(echo "$_data" | cut -d'|' -f1 | cut -c 3-)
|
_hash=$(echo "$_data" | cut -d'|' -f1 | cut -c 3-)
|
||||||
_msg=$(echo "$_data" | cut -d'|' -f2)
|
_msg=$(echo "$_data" | cut -d'|' -f2)
|
||||||
|
|
||||||
|
echo $(dirname $GIT_DIR)
|
||||||
_name=$(echo "$_data" | cut -d'|' -f3)
|
_name=$(echo "$_data" | cut -d'|' -f3)
|
||||||
|
|
||||||
_repo=$(basename -s .git $(git config --get remote.origin.url))
|
_repo=$(basename -s .git $(git config --get remote.origin.url))
|
||||||
|
Loading…
Reference in New Issue
Block a user