Useful commands:
git format-patch master --stdout > fix_empty_poster.patch git apply --stat fix_empty_poster.patch git apply --check fix_empty_poster.patch git am --signoff < fix_empty_poster.patch git apply --reject --whitespace=fix fix_empty_poster.patch