Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Oct 1, 2021
1 parent e4e661b commit e1222a5
Show file tree
Hide file tree
Showing 22 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions man/git-pw-bundle-add.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW BUNDLE ADD" "1" "2021-09-30" "2.1.2" "git-pw bundle add Manual"
.TH "GIT-PW BUNDLE ADD" "1" "2021-10-01" "2.2.0" "git-pw bundle add Manual"
.SH NAME
git-pw\-bundle\-add \- Add one or more patches to a bundle.
.SH SYNOPSIS
Expand All @@ -12,5 +12,5 @@ Append the provided PATCH_IDS to bundle BUNDLE_ID.
Requires API version 1.2 or greater.
.SH OPTIONS
.TP
\fB\-f,\fP \-\-format [simple|table|csv]
\fB\-f,\fP \-\-format [simple|table|csv|yaml]
Output format. Defaults to the value of 'git config pw.format' else 'table'.
2 changes: 1 addition & 1 deletion man/git-pw-bundle-apply.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW BUNDLE APPLY" "1" "2021-09-30" "2.1.2" "git-pw bundle apply Manual"
.TH "GIT-PW BUNDLE APPLY" "1" "2021-10-01" "2.2.0" "git-pw bundle apply Manual"
.SH NAME
git-pw\-bundle\-apply \- Apply bundle.
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions man/git-pw-bundle-create.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW BUNDLE CREATE" "1" "2021-09-30" "2.1.2" "git-pw bundle create Manual"
.TH "GIT-PW BUNDLE CREATE" "1" "2021-10-01" "2.2.0" "git-pw bundle create Manual"
.SH NAME
git-pw\-bundle\-create \- Create a bundle.
.SH SYNOPSIS
Expand All @@ -15,5 +15,5 @@ Requires API version 1.2 or greater.
\fB\-\-public\fP / \-\-private
Allow other users to view this bundle. If private, only you will be able to see this bundle.
.TP
\fB\-f,\fP \-\-format [simple|table|csv]
\fB\-f,\fP \-\-format [simple|table|csv|yaml]
Output format. Defaults to the value of 'git config pw.format' else 'table'.
4 changes: 2 additions & 2 deletions man/git-pw-bundle-delete.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW BUNDLE DELETE" "1" "2021-09-30" "2.1.2" "git-pw bundle delete Manual"
.TH "GIT-PW BUNDLE DELETE" "1" "2021-10-01" "2.2.0" "git-pw bundle delete Manual"
.SH NAME
git-pw\-bundle\-delete \- Delete a bundle.
.SH SYNOPSIS
Expand All @@ -12,5 +12,5 @@ Delete bundle BUNDLE_ID.
Requires API version 1.2 or greater.
.SH OPTIONS
.TP
\fB\-f,\fP \-\-format [simple|table|csv]
\fB\-f,\fP \-\-format [simple|table|csv|yaml]
Output format. Defaults to the value of 'git config pw.format' else 'table'.
2 changes: 1 addition & 1 deletion man/git-pw-bundle-download.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW BUNDLE DOWNLOAD" "1" "2021-09-30" "2.1.2" "git-pw bundle download Manual"
.TH "GIT-PW BUNDLE DOWNLOAD" "1" "2021-10-01" "2.2.0" "git-pw bundle download Manual"
.SH NAME
git-pw\-bundle\-download \- Download bundle in mbox format.
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions man/git-pw-bundle-list.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW BUNDLE LIST" "1" "2021-09-30" "2.1.2" "git-pw bundle list Manual"
.TH "GIT-PW BUNDLE LIST" "1" "2021-10-01" "2.2.0" "git-pw bundle list Manual"
.SH NAME
git-pw\-bundle\-list \- List bundles.
.SH SYNOPSIS
Expand All @@ -25,5 +25,5 @@ Maximum number of items to show.
\fB\-c,\fP \-\-column COLUMN
Columns to be included in output.
.TP
\fB\-f,\fP \-\-format [simple|table|csv]
\fB\-f,\fP \-\-format [simple|table|csv|yaml]
Output format. Defaults to the value of 'git config pw.format' else 'table'.
4 changes: 2 additions & 2 deletions man/git-pw-bundle-remove.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW BUNDLE REMOVE" "1" "2021-09-30" "2.1.2" "git-pw bundle remove Manual"
.TH "GIT-PW BUNDLE REMOVE" "1" "2021-10-01" "2.2.0" "git-pw bundle remove Manual"
.SH NAME
git-pw\-bundle\-remove \- Remove one or more patches from a bundle.
.SH SYNOPSIS
Expand All @@ -12,5 +12,5 @@ Remove the provided PATCH_IDS to bundle BUNDLE_ID.
Requires API version 1.2 or greater.
.SH OPTIONS
.TP
\fB\-f,\fP \-\-format [simple|table|csv]
\fB\-f,\fP \-\-format [simple|table|csv|yaml]
Output format. Defaults to the value of 'git config pw.format' else 'table'.
4 changes: 2 additions & 2 deletions man/git-pw-bundle-show.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW BUNDLE SHOW" "1" "2021-09-30" "2.1.2" "git-pw bundle show Manual"
.TH "GIT-PW BUNDLE SHOW" "1" "2021-10-01" "2.2.0" "git-pw bundle show Manual"
.SH NAME
git-pw\-bundle\-show \- Show information about bundle.
.SH SYNOPSIS
Expand All @@ -10,5 +10,5 @@ Show information about bundle.
Retrieve Patchwork metadata for a bundle.
.SH OPTIONS
.TP
\fB\-f,\fP \-\-format [simple|table|csv]
\fB\-f,\fP \-\-format [simple|table|csv|yaml]
Output format. Defaults to the value of 'git config pw.format' else 'table'.
4 changes: 2 additions & 2 deletions man/git-pw-bundle-update.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW BUNDLE UPDATE" "1" "2021-09-30" "2.1.2" "git-pw bundle update Manual"
.TH "GIT-PW BUNDLE UPDATE" "1" "2021-10-01" "2.2.0" "git-pw bundle update Manual"
.SH NAME
git-pw\-bundle\-update \- Update a bundle.
.SH SYNOPSIS
Expand All @@ -23,5 +23,5 @@ Add the specified patch(es) to the bundle.
\fB\-\-public\fP / \-\-private
Allow other users to view this bundle. If private, only you will be able to see this bundle.
.TP
\fB\-f,\fP \-\-format [simple|table|csv]
\fB\-f,\fP \-\-format [simple|table|csv|yaml]
Output format. Defaults to the value of 'git config pw.format' else 'table'.
2 changes: 1 addition & 1 deletion man/git-pw-bundle.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW BUNDLE" "1" "2021-09-30" "2.1.2" "git-pw bundle Manual"
.TH "GIT-PW BUNDLE" "1" "2021-10-01" "2.2.0" "git-pw bundle Manual"
.SH NAME
git-pw\-bundle \- Interact with bundles.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/git-pw-patch-apply.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW PATCH APPLY" "1" "2021-09-30" "2.1.2" "git-pw patch apply Manual"
.TH "GIT-PW PATCH APPLY" "1" "2021-10-01" "2.2.0" "git-pw patch apply Manual"
.SH NAME
git-pw\-patch\-apply \- Apply patch.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/git-pw-patch-download.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW PATCH DOWNLOAD" "1" "2021-09-30" "2.1.2" "git-pw patch download Manual"
.TH "GIT-PW PATCH DOWNLOAD" "1" "2021-10-01" "2.2.0" "git-pw patch download Manual"
.SH NAME
git-pw\-patch\-download \- Download patch in diff or mbox format.
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions man/git-pw-patch-list.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW PATCH LIST" "1" "2021-09-30" "2.1.2" "git-pw patch list Manual"
.TH "GIT-PW PATCH LIST" "1" "2021-10-01" "2.2.0" "git-pw patch list Manual"
.SH NAME
git-pw\-patch\-list \- List patches.
.SH SYNOPSIS
Expand Down Expand Up @@ -37,5 +37,5 @@ Maximum number of items to show.
\fB\-c,\fP \-\-column COLUMN
Columns to be included in output.
.TP
\fB\-f,\fP \-\-format [simple|table|csv]
\fB\-f,\fP \-\-format [simple|table|csv|yaml]
Output format. Defaults to the value of 'git config pw.format' else 'table'.
4 changes: 2 additions & 2 deletions man/git-pw-patch-show.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW PATCH SHOW" "1" "2021-09-30" "2.1.2" "git-pw patch show Manual"
.TH "GIT-PW PATCH SHOW" "1" "2021-10-01" "2.2.0" "git-pw patch show Manual"
.SH NAME
git-pw\-patch\-show \- Show information about patch.
.SH SYNOPSIS
Expand All @@ -10,5 +10,5 @@ Show information about patch.
Retrieve Patchwork metadata for a patch.
.SH OPTIONS
.TP
\fB\-f,\fP \-\-format [simple|table|csv]
\fB\-f,\fP \-\-format [simple|table|csv|yaml]
Output format. Defaults to the value of 'git config pw.format' else 'table'.
4 changes: 2 additions & 2 deletions man/git-pw-patch-update.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW PATCH UPDATE" "1" "2021-09-30" "2.1.2" "git-pw patch update Manual"
.TH "GIT-PW PATCH UPDATE" "1" "2021-10-01" "2.2.0" "git-pw patch update Manual"
.SH NAME
git-pw\-patch\-update \- Update one or more patches.
.SH SYNOPSIS
Expand All @@ -23,5 +23,5 @@ Set the patch delegate. Should be unique user identifier: either a username or a
\fB\-\-archived\fP ARCHIVED
Set the patch archived state.
.TP
\fB\-f,\fP \-\-format [simple|table|csv]
\fB\-f,\fP \-\-format [simple|table|csv|yaml]
Output format. Defaults to the value of 'git config pw.format' else 'table'.
2 changes: 1 addition & 1 deletion man/git-pw-patch.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW PATCH" "1" "2021-09-30" "2.1.2" "git-pw patch Manual"
.TH "GIT-PW PATCH" "1" "2021-10-01" "2.2.0" "git-pw patch Manual"
.SH NAME
git-pw\-patch \- Interact with patches.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/git-pw-series-apply.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW SERIES APPLY" "1" "2021-09-30" "2.1.2" "git-pw series apply Manual"
.TH "GIT-PW SERIES APPLY" "1" "2021-10-01" "2.2.0" "git-pw series apply Manual"
.SH NAME
git-pw\-series\-apply \- Apply series.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/git-pw-series-download.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW SERIES DOWNLOAD" "1" "2021-09-30" "2.1.2" "git-pw series download Manual"
.TH "GIT-PW SERIES DOWNLOAD" "1" "2021-10-01" "2.2.0" "git-pw series download Manual"
.SH NAME
git-pw\-series\-download \- Download series in mbox format.
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions man/git-pw-series-list.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW SERIES LIST" "1" "2021-09-30" "2.1.2" "git-pw series list Manual"
.TH "GIT-PW SERIES LIST" "1" "2021-10-01" "2.2.0" "git-pw series list Manual"
.SH NAME
git-pw\-series\-list \- List series.
.SH SYNOPSIS
Expand All @@ -25,5 +25,5 @@ Maximum number of items to show.
\fB\-c,\fP \-\-column COLUMN
Columns to be included in output.
.TP
\fB\-f,\fP \-\-format [simple|table|csv]
\fB\-f,\fP \-\-format [simple|table|csv|yaml]
Output format. Defaults to the value of 'git config pw.format' else 'table'.
4 changes: 2 additions & 2 deletions man/git-pw-series-show.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW SERIES SHOW" "1" "2021-09-30" "2.1.2" "git-pw series show Manual"
.TH "GIT-PW SERIES SHOW" "1" "2021-10-01" "2.2.0" "git-pw series show Manual"
.SH NAME
git-pw\-series\-show \- Show information about series.
.SH SYNOPSIS
Expand All @@ -10,5 +10,5 @@ Show information about series.
Retrieve Patchwork metadata for a series.
.SH OPTIONS
.TP
\fB\-f,\fP \-\-format [simple|table|csv]
\fB\-f,\fP \-\-format [simple|table|csv|yaml]
Output format. Defaults to the value of 'git config pw.format' else 'table'.
2 changes: 1 addition & 1 deletion man/git-pw-series.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW SERIES" "1" "2021-09-30" "2.1.2" "git-pw series Manual"
.TH "GIT-PW SERIES" "1" "2021-10-01" "2.2.0" "git-pw series Manual"
.SH NAME
git-pw\-series \- Interact with series.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/git-pw.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-PW" "1" "2021-09-30" "2.1.2" "git-pw Manual"
.TH "GIT-PW" "1" "2021-10-01" "2.2.0" "git-pw Manual"
.SH NAME
git-pw \- git-pw is a tool for integrating Git with...
.SH SYNOPSIS
Expand Down

0 comments on commit e1222a5

Please sign in to comment.