Skip to content
Mariano Reingart edited this page Aug 21, 2021 · 1 revision

Sample git log table:

Commit Date Summary Stats
15db78a 2021-05-29 Merge pull request #77 from LeoCumpli21/master
184be15 2021-05-27 Merge pull request #78 from PyAr/testing
619fe1f 2021-05-27 Fix git hash only on pull requests 1 file changed, 2 insertions(+), 2 deletions(-)
bef2b79 2021-05-27 Try to use original git head hash on PR 1 file changed, 4 insertions(+), 1 deletion(-)
23e24ae 2021-05-27 Another attempt to fix the original git head hash 1 file changed, 1 insertion(+), 1 deletion(-)
68b41a7 2021-05-27 Fix git hash stamp (override merge ref in GA) 1 file changed, 2 insertions(+)
eec7f20 2021-05-27 Better workflow step name for "Unit Tests" 1 file changed, 1 insertion(+), 1 deletion(-)
8ce2d65 2021-05-27 Fix missing ref in GitHub actions? 1 file changed, 8 insertions(+), 2 deletions(-)

Code: git log --pretty=format:"| %h | %as | %<(50)%s | " --shortstat [email protected]