On Tue, Oct 13, 2020 at 04:17:02PM +0530, Pratham Pratap wrote:

...

> Fixes: 3e35bf39e (USB: fix codingstyle issues in drivers/usb/core/message.c)

Two hints how to use Git with Linux kernel development.

First is about what Greg pointed out, i.e. proper Fixes line.

Add to your ~/.gitconfig the following:

        [core]
                abbrev = 12

        [alias]
                one = show -s --pretty='format:%h (\"%s\")'

In result you may run

        git one 3e35bf39e

and use the output.

Second one is about Cc list. I recommend to use

        scripts/get_maintainer.pl --git --git-min-percent=67

to retrieve it.


-- 
With Best Regards,
Andy Shevchenko


Reply via email to