How should commits in my git tree be reviewed?
[rmk] A possible way to export patches for mailing list review is using git-format-patch. This generates a set of patch files, one per commit, which can then be emailed as separate attachments (one per email message). Alternatively, git-send-email will send a set of emails for you, but requires some configuration. Historically, git-send-email hasn’t set proper email headers resulting in some mail servers rejecting the generated messages for various reasons.