From 87ef713af8d7266fba7efa815ef335d9bc76ea9e Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Mon, 27 Jun 2022 15:20:10 -0400 Subject: Remove support for trailer-order Per discussion on the mailing lists, reordering trailers is almost never the right decision, so remove support for trailer ordering completely. Signed-off-by: Konstantin Ryabitsev --- man/b4.5 | 7 ------- man/b4.5.rst | 7 ------- 2 files changed, 14 deletions(-) (limited to 'man') diff --git a/man/b4.5 b/man/b4.5 index 66236cc..bf50ed7 100644 --- a/man/b4.5 +++ b/man/b4.5 @@ -527,13 +527,6 @@ Default configuration, with explanations: # public\-inbox, python, and git save\-maildirs = no # - # When processing thread trailers, sort them in this order. - # Can use shell\-globbing and must end with ,* - # Some sorting orders: - #trailer\-order=link*,fixes*,cc*,reported*,suggested*,original*,co\-*,tested*,reviewed*,acked*,signed\-off*,* - #trailer\-order = fixes*,reported*,suggested*,original*,co\-*,signed\-off*,tested*,reviewed*,acked*,cc*,link*,* - trailer\-order = _preserve_ - # # Attestation\-checking configuration parameters # off: do not bother checking attestation # check: print an attaboy when attestation is found diff --git a/man/b4.5.rst b/man/b4.5.rst index dd8ea29..6df33bd 100644 --- a/man/b4.5.rst +++ b/man/b4.5.rst @@ -350,13 +350,6 @@ Default configuration, with explanations:: # public-inbox, python, and git save-maildirs = no # - # When processing thread trailers, sort them in this order. - # Can use shell-globbing and must end with ,* - # Some sorting orders: - #trailer-order=link*,fixes*,cc*,reported*,suggested*,original*,co-*,tested*,reviewed*,acked*,signed-off*,* - #trailer-order = fixes*,reported*,suggested*,original*,co-*,signed-off*,tested*,reviewed*,acked*,cc*,link*,* - trailer-order = _preserve_ - # # Attestation-checking configuration parameters # off: do not bother checking attestation # check: print an attaboy when attestation is found -- cgit v1.2.3