I'm working on a git log cmd but I have trouble when I try to get the author of a commit it didn't show me the author of the commit but the people who merged this branch. I didn't saw how can I get the author of the branch...
This is my actual command:
git log -m --first-parent --date=format:%c --pretty=format:'<tr><td>%ad</td><td>%cN</td></tr>\r\n'
Update:
I tried with:
I try with ` git log --date=format:%c --pretty=format:'<tr><td>%ad</td><td>%cN</td></tr>\r\n'`, i still get the same result
And I still get the same result