diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2022-06-27 15:20:10 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2022-06-27 15:20:10 -0400 |
commit | 87ef713af8d7266fba7efa815ef335d9bc76ea9e (patch) | |
tree | c1d85b5e08a5d2646469e1df5377257b097dae82 /man | |
parent | 049b039de40fac19d02770b9fd31cfc4fe25bd5c (diff) | |
download | b4-87ef713af8d7266fba7efa815ef335d9bc76ea9e.tar.gz |
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 <konstantin@linuxfoundation.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/b4.5 | 7 | ||||
-rw-r--r-- | man/b4.5.rst | 7 |
2 files changed, 0 insertions, 14 deletions
@@ -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 |