Thanks, added. BTW, in the future, we have a format for specifying
if a patch fixes another patch. This should have been:

Thanks!

Fixes: 720b8ccc4500 ("blk-mq: Add a polling specific stats function")

Duly noted for next time. Apologies for the miss…

Stephen,

I recommend adding a pretty section to your gitconfig:

[pretty]
        fixes = Fixes: %h (\"%s\")

This way you can run:

git log --pretty=fixes <broken_commit_hash>^!

and get the format for free :)

Cheers,
Sagi.

Reply via email to