[RESEND PATCH v3 6/8] format-patch: read branch-specific To: and Cc: headers

2019-06-14 Thread Denton Liu
If a user wishes to keep track of whom to Cc: on individual patchsets, they must manually keep track of each recipient and fill it in with the `--cc` option on git-format-patch each time. However, on the Git mailing list, Cc:'s are typically never dropped. As a result, it would be nice to have a me

[PATCH v3 6/8] format-patch: read branch-specific To: and Cc: headers

2019-05-21 Thread Denton Liu
If a user wishes to keep track of whom to Cc: on individual patchsets, they must manually keep track of each recipient and fill it in with the `--cc` option on git-format-patch each time. However, on the Git mailing list, Cc:'s are typically never dropped. As a result, it would be nice to have a me