git apply patch

revision 1c192a32eb465c2d845e6ae74ce1382b7a7144b2

raw

README.rst

Thanks to Send A Patch To Someone Using `git format-patch <https://robots.thoughtbot.com/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