-
v0.6.03c36fb86 · ·
Release b4 v0.6.0 - Extended trailer format recognition for follow-up trailers, e.g.: Reviewed-by: Dev Eloper <dev@eloper.com> [for some_foo_function in bar.c] - Add support for local maildirs, allowing to grab threads straight from a local maildir or mailbox, e.g.: b4 am -m ~/Mail <some-msgid> (don't try this on huge mailboxes, though, as there is no support for intelligent header search -- b4 will iterate ALL messages looking for the thread you need). - Preserve trailer order by default instead of sorting them. If you like your trailers sorted, define the order in the config file; see b4(5) for configuration file details. - Perform DKIM verification on all patches and messages containing follow-up trailers. To turn off, set b4.attestation-check-dkim=no in gitconfig. To work, DKIM attestation required dkimpy and dnspython libraries; if not found, DKIM checks will not be performed. - Reimplement developer patch attestation using in-header hashes instead of detached certification documents. For more info on the proposal, see: https://git.kernel.org/pub/scm/linux/kernel/git/mricon/patch-attestation-poc.git/plain/README.rst To set up PGP attestation for your patches, see README.rst. It's free! - A slew of fixes and improvements, many already backported to 0.5.y.
-
v0.4.1aeb8301f · ·
Release 0.4.1 with bugfixes and minor features - ty: does a better job of preparing canned replies to short patches - ty: is less naive about mapping local to remote branches when using them in templates - ty: uses Link: and Message-Id trailers when auto-locating applied patches - ty: switches -s and -d to use frienlier ranges; before: "-s 1 2 3 5 7 8 9", after: "-s 1-3,5,7-9" - am: can now use the -P,--cherry-pick flag to select a subset of patches from a larger series
-
-