Skip to content

Commit 3a25496

Browse files
committed
log format use %aN for the author name so that git uses the names from .mailmap
1 parent 3f4c435 commit 3a25496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/views/log/format.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div id='%h' class='commit'>
22
<p class="title">%s</p>
33
<table>
4-
<tr><td>Author:</td><td>%an</td></tr>
4+
<tr><td>Author:</td><td>%aN</td></tr>
55
<tr><td>Date:</td><td>%ar</td></tr>
66
<tr><td>Commit:</td><td><a href='' onclick='selectCommit(this.innerHTML);'>%H</a></td></tr>
77
</table>

0 commit comments

Comments
 (0)