TIL about using pbpaste (on MacOS for example) to directly apply a git e-mail patch that is currently saved to your clipboard:
pbpaste | git apply
(Obviously doesn't carry over the submitters email/name etc, but for tiny changes it makes things easier than exporting mbox)