[RESEND PATCH v3 4/8] format-patch: move extra_headers logic later

2019-06-14 Thread Denton Liu
In a future patch, we need to perform the addition of To: and Cc: to extra_headers after the branch_name logic. Simply transpose this logic later in the function so that this happens. (This patch is best viewed with `git diff --color-moved`.) Note that this logic only depends on `git_config` and `

[PATCH v3 4/8] format-patch: move extra_headers logic later

2019-05-21 Thread Denton Liu
In a future patch, we need to perform the addition of To: and Cc: to extra_headers after the branch_name logic. Simply transpose this logic later in the function so that this happens. (This patch is best viewed with `git diff --color-moved`.) Note that this logic only depends on `git_config` and `