On 08/23/2018 05:35 PM, Michael Ellerman wrote:
Mahesh Jagannath Salgaonkar [off-list ref] writes:
quoted
On 08/23/2018 12:14 PM, Michael Ellerman wrote:
quoted
Mahesh J Salgaonkar [off-list ref] writes:
quoted
From: Mahesh Salgaonkar <redacted>
With the powerpc next commit e7e81847478 (powerpc/mce: Fix SLB rebolting
during MCE recovery path.),
That commit description is wrong, I'll fix it up.
Ouch.. My bad.. :-(
To make it easier to get right, if you don't already, add these to your
~/.gitconfig:
[pretty]
fixes = Fixes: %h (\"%s\")
quote = %h (\"%s\")
And then you can do:
$ git log -1 --pretty=quote e7e81847478
e7e81847478b ("powerpc/64s: move machine check SLB flushing to mm/slb.c")
$ git log -1 --pretty=fixes e7e81847478
Fixes: e7e81847478b ("powerpc/64s: move machine check SLB flushing to mm/slb.c")
Thank you very much :-) This is going to be very handy...
-Mahesh.