From fbfd49afb43f4107751551179bbaa71c305b2a53 Mon Sep 17 00:00:00 2001 From: Semisol Date: Tue, 17 Aug 2021 12:49:59 +0300 Subject: [PATCH] Use relative committer date --- git-force | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-force b/git-force index 6d7cbf6..ce495d1 100755 --- a/git-force +++ b/git-force @@ -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)"