We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4f5cc commit e223a7eCopy full SHA for e223a7e
src/utils.js
@@ -76,8 +76,8 @@ const utils = {
76
const shell = [
77
'cd {dir}',
78
options.hash
79
- ? 'git log {before}..{after} --no-merges --pretty=format:"- [%h]({html_url}/commit/%H) - %s, by @%cn"'
80
- : 'git log {before}..{after} --no-merges --pretty=format:"- %s, by @%cn"'
+ ? 'git log {before}..{after} --no-merges --pretty=format:"- [%h]({html_url}/commit/%H) - %s, by @%aN <<%ae>>"'
+ : 'git log {before}..{after} --no-merges --pretty=format:"- %s, by @%aN <<%ae>>"'
81
].join(' && ');
82
83
return execSync(format(shell, options)).toString().split(/\n+/);
0 commit comments