System : Add how to create patch from a single commit

This commit is contained in:
Magne Sjaastad 2018-01-04 20:54:14 +01:00
parent 39168a9be8
commit 92cc4f4dbe

View File

@ -4,3 +4,6 @@ git apply --reject --whitespace=fix patches/fix-synthetic-odb-cases.patch
Description:
Will fix reading of special Eclipse cases related to synthetic ODB test cases. Required for regression testing.
Patch is created by :
git format-patch -1 <sha>