Skip to content

Commit

Permalink
Add .mailmap for 'git shortlog'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Diesler committed May 6, 2010
1 parent d953381 commit 634b250
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .mailmap
@@ -0,0 +1,3 @@
Thomas Diesler <thomas.diesler@jboss.com>
tdiesler <thomas.diesler@jboss.com>
thomas.diesler@jboss.com <thomas.diesler@jboss.com>
2 changes: 1 addition & 1 deletion hudson/hudson-home/command.sh
Expand Up @@ -69,7 +69,7 @@ fi
#
# Report the last 10 commits
#
GIT_CMD="git log --pretty=%h%x20%s%x20(%an) -10"
GIT_CMD="git log --pretty=%x20%h%x20%s%x20(%an) -10"
echo $GIT_CMD; $GIT_CMD

#
Expand Down

0 comments on commit 634b250

Please sign in to comment.