git blame
has an option -e
which shows email but will not show name anymore. Is there a way to show both names and emails? Thanks.
Asked
Active
Viewed 1,301 times
2

user1424739
- 11,937
- 17
- 63
- 152
-
Possible duplicate of https://stackoverflow.com/questions/3958977/is-there-a-way-to-customize-the-output-of-git-blame – match Feb 10 '18 at 20:53
1 Answers
2
There is no simple way. You can parse output of git blame --line-porcelain
but that requires some programming.

phd
- 82,685
- 13
- 120
- 165