From f6afcdcae55b2eef68a14f9d04859aeb0435e13e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 26 Jul 2018 15:55:16 +0800 Subject: add notmuch-extract-patch(1) Signed-off-by: Sean Whitton --- notmuch-extract-patch.1.pod | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 notmuch-extract-patch.1.pod (limited to 'notmuch-extract-patch.1.pod') diff --git a/notmuch-extract-patch.1.pod b/notmuch-extract-patch.1.pod new file mode 100644 index 0000000..ee0c6f6 --- /dev/null +++ b/notmuch-extract-patch.1.pod @@ -0,0 +1,37 @@ +=head1 NAME + +notmuch-extract-patch - extract a git patch series from notmuch + +=head1 SYNOPSIS + +B I + +=head1 DESCRIPTION + +B extracts a series of git patches from your +notmuch database. It is designed to extract patches that were +originally sent using git-send-email(1). It skips cover letters and +replies/reviews. + +=head1 OPTIONS + +None. + +=head1 EXAMPLE + +=over 4 + + % git checkout -b test-feature + % notmuch-extract-patch thread:000000000000265f | git am + +=back + +=head1 SEE ALSO + +notmuch(1), git-send-email(1) + +=head1 AUTHOR + +B was written by Aurelien Aptel. This manpage +was written by Sean Whitton for the Debian +system, but may be used by others. -- cgit v1.2.3