On Fri, Nov 01, 2024 at 10:51:10PM +0300, Dan Carpenter wrote:
> On Fri, Nov 01, 2024 at 06:47:03PM +0100, Dave Penkler wrote:
> > The NI_PCI_ISA driver also supports PCI and PCMCIA
> > Correct spelling error COMPIlE_TEST
> >
> > Fixes: 2c9f5d8c6ece91ecd33350749230494d224550f1
>
> The Fixes tag format looks like this:
>
> Fixes: 2c9f5d8c6ece ("staging: gpib: add bus specific Kconfig dependencies")
>
I use a little script to generate Fixes tags. You have to have "abbrev = 12"
set in your .gitconfig as well, I guess.
#!/bin/bash
git log -1 --format='Fixes: %h ("%s")' $*
regards,
dan carpenter