diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2022-06-27 15:07:09 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2022-06-27 15:07:09 -0400 |
commit | 049b039de40fac19d02770b9fd31cfc4fe25bd5c (patch) | |
tree | 385f9cf703b37660ff5ab2e0605d748a8bc46fb4 /man | |
parent | 4fc120c971eff987ed15e4387c18426d837d6dbd (diff) | |
download | b4-049b039de40fac19d02770b9fd31cfc4fe25bd5c.tar.gz |
Remove "b4 attest" subcommand
We've deprecated "b4 attest" two versions ago, so remove it completely
now. Everyone should use "patatt attest" instead.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/b4.5 | 25 | ||||
-rw-r--r-- | man/b4.5.rst | 20 |
2 files changed, 0 insertions, 45 deletions
@@ -58,8 +58,6 @@ precursor to Lore and Data in the Star Trek universe. \fIty\fP: Create templated replies for processed patches and pull requests .IP \(bu 2 \fIkr\fP (EXPERIMENTAL) Operate on patatt\-compatible keyrings -.IP \(bu 2 -\fIattest\fP: (DEPRECATED) Add cryptographic attestation to patches .UNINDENT .SH OPTIONS .INDENT 0.0 @@ -320,29 +318,6 @@ Attempt to merge series as if it were a pull request (execs git\-merge) .UNINDENT .sp \fIExample\fP: b4 shazam \-H \fI\%20200313231252.64999\-1\-keescook@chromium.org\fP -.SS b4 attest -.sp -\fBNOTE:\fP -.INDENT 0.0 -.INDENT 3.5 -\fBThis subcommand is deprecated and will be removed in a future -version of b4.\fP -.sp -This functionality is now implemented via an auxiliary library called -"patatt". You may instead install and use patatt directly with the -same results. -.UNINDENT -.UNINDENT -.INDENT 0.0 -.TP -.B usage: -b4 attest [\-h] patchfile [patchfile ...] -.TP -.B positional arguments: -patchfile Patches to attest -.UNINDENT -.sp -\fIExample\fP: b4 attest outgoing/*.patch .SS b4 pr .sp This command is for working with pull requests submitted using diff --git a/man/b4.5.rst b/man/b4.5.rst index d4a26de..dd8ea29 100644 --- a/man/b4.5.rst +++ b/man/b4.5.rst @@ -34,7 +34,6 @@ SUBCOMMANDS * *diff*: Show range-diff style diffs between patch versions * *ty*: Create templated replies for processed patches and pull requests * *kr* (EXPERIMENTAL) Operate on patatt-compatible keyrings -* *attest*: (DEPRECATED) Add cryptographic attestation to patches OPTIONS ------- @@ -214,25 +213,6 @@ options: *Example*: b4 shazam -H 20200313231252.64999-1-keescook@chromium.org -b4 attest -~~~~~~~~~ -.. note:: - - **This subcommand is deprecated and will be removed in a future - version of b4.** - - This functionality is now implemented via an auxiliary library called - "patatt". You may instead install and use patatt directly with the - same results. - -usage: - b4 attest [-h] patchfile [patchfile ...] - -positional arguments: - patchfile Patches to attest - -*Example*: b4 attest outgoing/\*.patch - b4 pr ~~~~~ This command is for working with pull requests submitted using |