1

I'm using GitKraken to view a repository. I've clicked a specific commit and on the righthand side it shows the commit details. In that panel it shows the commit user too:

commit author in GitKraken's commit details panel

But it doesn't show the e-mail address for the user anywhere. How can I get it to show the e-mail address, or at least find out what it is, from within GitKraken?

I've tried:

all to no avail.

Is it possible to show the commit author e-mail address in GitKraken?

Jeroen
  • 60,696
  • 40
  • 206
  • 339

1 Answers1

2

GitKraken doesn't show email of commit. Try to use https://stackoverflow.com/a/29876744/7427923 for getting info about commit's email.

  • I suppose this answer, which comes down to "not possible", is the only acceptable answer at the moment. – Jeroen Jul 03 '18 at 10:27