Use relative committer date

master
Semisol 2021-08-17 12:49:59 +03:00
parent 524c2ef8a9
commit fbfd49afb4
Signed by: Semisol
GPG Key ID: D1C04206D89306D5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ then
fi
REMOTE=""
BRANCH=""
PRETTY="--pretty=format:%h, %an <%ae>, %ar: %s"
PRETTY="--pretty=format:%h, %an <%ae>, %cr: %s"
if [[ "$#" == "0" ]]
then
BRANCH="$(git branch --show-current)"