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