summaryrefslogtreecommitdiff
path: root/maildir-import-patch.1.pod
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-04 23:03:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-04 23:03:50 -0700
commita9bc6cb4b501602db6947ba3ce90d040105151e0 (patch)
treebccca17e9ddd24fe68b44af6ed6f71045ee1c9d5 /maildir-import-patch.1.pod
parentb3c1b1d32ae17899facbbf95784ef33d10654450 (diff)
downloadmailscripts-a9bc6cb4b501602db6947ba3ce90d040105151e0.tar.gz
maildir-import-patch: Prepend "[PATCH fooproject imported]"
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'maildir-import-patch.1.pod')
-rw-r--r--maildir-import-patch.1.pod15
1 files changed, 15 insertions, 0 deletions
diff --git a/maildir-import-patch.1.pod b/maildir-import-patch.1.pod
index a3ef110..7d728e4 100644
--- a/maildir-import-patch.1.pod
+++ b/maildir-import-patch.1.pod
@@ -34,6 +34,21 @@ Over in your MUA, you can then reply to each e-mail in the new thread
generated by B<maildir-import-patch>, providing line-by-line feedback
on Bob's work.
+=head1 GIT CONFIGURATION KEYS
+
+=over 4
+
+=item B<mailscripts.project-shortname>
+
+Short identifier for the project to be prepended to the subject lines
+of generated patches, like this: "[PATCH shortname imported]". If
+unset, defaults to the name of the root directory of the repository.
+
+Ignored if any I<--subject-prefix> option is present in the
+arguments to be passed on to git-format-patch(1).
+
+=back
+
=head1 SEE ALSO
notmuch-import-patch(1), git-format-patch(1), git-send-email(1)