git apply patch

revision 6dda9a9b6c63c71345b2e18a83c8a9346c1c9ac8

raw

README.rst

Thanks to Send A Patch To Someone Using "git format-patch" I finally found out how to apply a patch with commit message:

$ cat patchfile.diff | git am

History