OFS / linux-dfl-backport

Backport version of the linux-dfl (Device Feature List) kernel driver for FPGA devices. This is an out-of-tree driver, designed to be built, packaged, and installed as a stand-alone set of driver modules.
GNU General Public License v2.0
3 stars 11 forks source link

Intel test/fpga ofs dev 6.1 lts/coverity fixes #73

Closed Muralix closed 1 year ago

rweight commented 1 year ago

@Muralix , the revert ID in the commit message for the reverted patch is only seven characters. I think it is best to keep the whole commit ID as provided by the git-revert command. Or maybe there is a setting that caused git-revert to only use seven characters?

Muralix commented 1 year ago

@Muralix , the revert ID in the commit message for the reverted patch is only seven characters. I think it is best to keep the whole commit ID as provided by the git-revert command. Or maybe there is a setting that caused git-revert to only use seven characters?

Yes @rweight, I actually added a minimum 12 digit revert id in the commit message as like git-revert command. But by default, git uses only 7 digit. It is not showing full revert ID.

rweight commented 1 year ago

@Muralix , the revert ID in the commit message for the reverted patch is only seven characters. I think it is best to keep the whole commit ID as provided by the git-revert command. Or maybe there is a setting that caused git-revert to only use seven characters?

Yes @rweight, I actually added a minimum 12 digit revert id in the commit message as like git-revert command. But by default, git uses only 7 digit. It is not showing full revert ID.

No worries. It all looks good.