Git Script For Reporting Format

0

This is the script I am using:

git log --since='last month' --oneline --pretty=format:'%Cred%h%Creset DEPLOYED BY %C(bold blue)%an%Creset (%cr) - %Cgreen%s%Creset' --merges

It returns a value: DEPLOYED BY xxx (10 hours ago) - Merge pull request #277 from xxxxx/BB-4039_PostDeployFix

I would like to replace the (10 hours ago) with a specific date & time? Is this possible?

Chris

Posted 2019-12-12T18:08:57.493

Reputation: 1

No answers