On 08/23/2018 05:35 PM, Michael Ellerman wrote: > Mahesh Jagannath Salgaonkar <mah...@linux.vnet.ibm.com> writes: > >> On 08/23/2018 12:14 PM, Michael Ellerman wrote: >>> Mahesh J Salgaonkar <mah...@linux.vnet.ibm.com> writes: >>> >>>> From: Mahesh Salgaonkar <mah...@linux.vnet.ibm.com> >>>> >>>> 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.