Skip to content

Commit 999a802

Browse files
committed
Release 2.4.0
Signed-off-by: Stephen Finucane <[email protected]>
1 parent cf80c6e commit 999a802

22 files changed

+110
-91
lines changed

man/git-pw-bundle-add.1

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW BUNDLE ADD" "1" "2022-03-24" "2.3.0" "git-pw bundle add Manual"
1+
.TH "GIT-PW BUNDLE ADD" "1" "2022-12-06" "2.4.0" "git-pw bundle add Manual"
22
.SH NAME
33
git-pw\-bundle\-add \- Add one or more patches to a bundle.
44
.SH SYNOPSIS
@@ -7,9 +7,10 @@ git-pw\-bundle\-add \- Add one or more patches to a bundle.
77
.SH DESCRIPTION
88
Add one or more patches to a bundle.
99
.PP
10-
Append the provided PATCH_IDS to bundle BUNDLE_ID.
10+
Append the provided PATCH_IDS to bundle BUNDLE_ID.
1111
.PP
12-
Requires API version 1.2 or greater.
12+
Requires API version 1.2 or greater.
13+
1314
.SH OPTIONS
1415
.TP
1516
\fB\-f,\fP \-\-format [simple|table|csv|yaml]

man/git-pw-bundle-apply.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW BUNDLE APPLY" "1" "2022-03-24" "2.3.0" "git-pw bundle apply Manual"
1+
.TH "GIT-PW BUNDLE APPLY" "1" "2022-12-06" "2.4.0" "git-pw bundle apply Manual"
22
.SH NAME
33
git-pw\-bundle\-apply \- Apply bundle.
44
.SH SYNOPSIS
@@ -7,5 +7,5 @@ git-pw\-bundle\-apply \- Apply bundle.
77
.SH DESCRIPTION
88
Apply bundle.
99
.PP
10-
Apply a bundle locally using the 'git-am' command. Any additional ARGS
11-
provided will be passed to the 'git-am' command.
10+
Apply a bundle locally using the 'git-am' command. Any additional ARGS
11+
provided will be passed to the 'git-am' command.

man/git-pw-bundle-create.1

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW BUNDLE CREATE" "1" "2022-03-24" "2.3.0" "git-pw bundle create Manual"
1+
.TH "GIT-PW BUNDLE CREATE" "1" "2022-12-06" "2.4.0" "git-pw bundle create Manual"
22
.SH NAME
33
git-pw\-bundle\-create \- Create a bundle.
44
.SH SYNOPSIS
@@ -7,9 +7,10 @@ git-pw\-bundle\-create \- Create a bundle.
77
.SH DESCRIPTION
88
Create a bundle.
99
.PP
10-
Create a bundle with the given NAME and patches from PATCH_ID.
10+
Create a bundle with the given NAME and patches from PATCH_ID.
1111
.PP
12-
Requires API version 1.2 or greater.
12+
Requires API version 1.2 or greater.
13+
1314
.SH OPTIONS
1415
.TP
1516
\fB\-\-public\fP / \-\-private

man/git-pw-bundle-delete.1

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW BUNDLE DELETE" "1" "2022-03-24" "2.3.0" "git-pw bundle delete Manual"
1+
.TH "GIT-PW BUNDLE DELETE" "1" "2022-12-06" "2.4.0" "git-pw bundle delete Manual"
22
.SH NAME
33
git-pw\-bundle\-delete \- Delete a bundle.
44
.SH SYNOPSIS
@@ -7,9 +7,10 @@ git-pw\-bundle\-delete \- Delete a bundle.
77
.SH DESCRIPTION
88
Delete a bundle.
99
.PP
10-
Delete bundle BUNDLE_ID.
10+
Delete bundle BUNDLE_ID.
1111
.PP
12-
Requires API version 1.2 or greater.
12+
Requires API version 1.2 or greater.
13+
1314
.SH OPTIONS
1415
.TP
1516
\fB\-f,\fP \-\-format [simple|table|csv|yaml]

man/git-pw-bundle-download.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW BUNDLE DOWNLOAD" "1" "2022-03-24" "2.3.0" "git-pw bundle download Manual"
1+
.TH "GIT-PW BUNDLE DOWNLOAD" "1" "2022-12-06" "2.4.0" "git-pw bundle download Manual"
22
.SH NAME
33
git-pw\-bundle\-download \- Download bundle in mbox format.
44
.SH SYNOPSIS
@@ -7,6 +7,6 @@ git-pw\-bundle\-download \- Download bundle in mbox format.
77
.SH DESCRIPTION
88
Download bundle in mbox format.
99
.PP
10-
Download a bundle but do not apply it. ``OUTPUT`` is optional and can be an
11-
output full file path or a directory or ``-`` to output to ``stdout``. If
12-
``OUTPUT`` is not provided, the output path will be automatically chosen.
10+
Download a bundle but do not apply it. ``OUTPUT`` is optional and can be an
11+
output full file path or a directory or ``-`` to output to ``stdout``. If
12+
``OUTPUT`` is not provided, the output path will be automatically chosen.

man/git-pw-bundle-list.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW BUNDLE LIST" "1" "2022-03-24" "2.3.0" "git-pw bundle list Manual"
1+
.TH "GIT-PW BUNDLE LIST" "1" "2022-12-06" "2.4.0" "git-pw bundle list Manual"
22
.SH NAME
33
git-pw\-bundle\-list \- List bundles.
44
.SH SYNOPSIS
@@ -7,7 +7,8 @@ git-pw\-bundle\-list \- List bundles.
77
.SH DESCRIPTION
88
List bundles.
99
.PP
10-
List bundles on the Patchwork instance.
10+
List bundles on the Patchwork instance.
11+
1112
.SH OPTIONS
1213
.TP
1314
\fB\-\-owner\fP OWNER

man/git-pw-bundle-remove.1

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW BUNDLE REMOVE" "1" "2022-03-24" "2.3.0" "git-pw bundle remove Manual"
1+
.TH "GIT-PW BUNDLE REMOVE" "1" "2022-12-06" "2.4.0" "git-pw bundle remove Manual"
22
.SH NAME
33
git-pw\-bundle\-remove \- Remove one or more patches from a bundle.
44
.SH SYNOPSIS
@@ -7,9 +7,10 @@ git-pw\-bundle\-remove \- Remove one or more patches from a bundle.
77
.SH DESCRIPTION
88
Remove one or more patches from a bundle.
99
.PP
10-
Remove the provided PATCH_IDS to bundle BUNDLE_ID.
10+
Remove the provided PATCH_IDS to bundle BUNDLE_ID.
1111
.PP
12-
Requires API version 1.2 or greater.
12+
Requires API version 1.2 or greater.
13+
1314
.SH OPTIONS
1415
.TP
1516
\fB\-f,\fP \-\-format [simple|table|csv|yaml]

man/git-pw-bundle-show.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW BUNDLE SHOW" "1" "2022-03-24" "2.3.0" "git-pw bundle show Manual"
1+
.TH "GIT-PW BUNDLE SHOW" "1" "2022-12-06" "2.4.0" "git-pw bundle show Manual"
22
.SH NAME
33
git-pw\-bundle\-show \- Show information about bundle.
44
.SH SYNOPSIS
@@ -7,7 +7,8 @@ git-pw\-bundle\-show \- Show information about bundle.
77
.SH DESCRIPTION
88
Show information about bundle.
99
.PP
10-
Retrieve Patchwork metadata for a bundle.
10+
Retrieve Patchwork metadata for a bundle.
11+
1112
.SH OPTIONS
1213
.TP
1314
\fB\-f,\fP \-\-format [simple|table|csv|yaml]

man/git-pw-bundle-update.1

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW BUNDLE UPDATE" "1" "2022-03-24" "2.3.0" "git-pw bundle update Manual"
1+
.TH "GIT-PW BUNDLE UPDATE" "1" "2022-12-06" "2.4.0" "git-pw bundle update Manual"
22
.SH NAME
33
git-pw\-bundle\-update \- Update a bundle.
44
.SH SYNOPSIS
@@ -7,11 +7,12 @@ git-pw\-bundle\-update \- Update a bundle.
77
.SH DESCRIPTION
88
Update a bundle.
99
.PP
10-
Update bundle BUNDLE_ID. If PATCH_IDs are specified, this will overwrite
11-
all patches in the bundle. Use 'bundle add' and 'bundle remove' to add or
12-
remove patches.
10+
Update bundle BUNDLE_ID. If PATCH_IDs are specified, this will overwrite
11+
all patches in the bundle. Use 'bundle add' and 'bundle remove' to add or
12+
remove patches.
1313
.PP
14-
Requires API version 1.2 or greater.
14+
Requires API version 1.2 or greater.
15+
1516
.SH OPTIONS
1617
.TP
1718
\fB\-\-name\fP TEXT

man/git-pw-bundle.1

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW BUNDLE" "1" "2022-03-24" "2.3.0" "git-pw bundle Manual"
1+
.TH "GIT-PW BUNDLE" "1" "2022-12-06" "2.4.0" "git-pw bundle Manual"
22
.SH NAME
33
git-pw\-bundle \- Interact with bundles.
44
.SH SYNOPSIS
@@ -7,13 +7,14 @@ git-pw\-bundle \- Interact with bundles.
77
.SH DESCRIPTION
88
Interact with bundles.
99
.PP
10-
Bundles are custom, user-defined groups of patches. Bundles can be
11-
used to keep patch lists, preserving order, for future inclusion in
12-
a tree. There's no restriction of number of patches and they don't
13-
even need to be in the same project. A single patch also can be
14-
part of multiple bundles at the same time. An example of Bundle
15-
usage would be keeping track of the Patches that are ready for
16-
merge to the tree.
10+
Bundles are custom, user-defined groups of patches. Bundles can be
11+
used to keep patch lists, preserving order, for future inclusion in
12+
a tree. There's no restriction of number of patches and they don't
13+
even need to be in the same project. A single patch also can be
14+
part of multiple bundles at the same time. An example of Bundle
15+
usage would be keeping track of the Patches that are ready for
16+
merge to the tree.
17+
1718
.SH COMMANDS
1819
.PP
1920
\fBapply\fP

man/git-pw-patch-apply.1

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW PATCH APPLY" "1" "2022-03-24" "2.3.0" "git-pw patch apply Manual"
1+
.TH "GIT-PW PATCH APPLY" "1" "2022-12-06" "2.4.0" "git-pw patch apply Manual"
22
.SH NAME
33
git-pw\-patch\-apply \- Apply patch.
44
.SH SYNOPSIS
@@ -7,12 +7,13 @@ git-pw\-patch\-apply \- Apply patch.
77
.SH DESCRIPTION
88
Apply patch.
99
.PP
10-
Apply a patch locally using the 'git-am' command. Any additional ARGS
11-
provided will be passed to the 'git-am' command.
10+
Apply a patch locally using the 'git-am' command. Any additional ARGS
11+
provided will be passed to the 'git-am' command.
12+
1213
.SH OPTIONS
1314
.TP
1415
\fB\-\-series\fP SERIES
1516
Series to include dependencies from. Defaults to latest.
1617
.TP
1718
\fB\-\-deps\fP / \-\-no\-deps
18-
When applying the patch, include dependencies if available. Defaults to using the most recent series.
19+
When applying the patch, include series dependencies if available. Dependencies are retrieved from the most recent series by default. Defaults to the value of 'git config pw applyPatchDeps' else 'true'.

man/git-pw-patch-download.1

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW PATCH DOWNLOAD" "1" "2022-03-24" "2.3.0" "git-pw patch download Manual"
1+
.TH "GIT-PW PATCH DOWNLOAD" "1" "2022-12-06" "2.4.0" "git-pw patch download Manual"
22
.SH NAME
33
git-pw\-patch\-download \- Download patch in diff or mbox format.
44
.SH SYNOPSIS
@@ -7,9 +7,10 @@ git-pw\-patch\-download \- Download patch in diff or mbox format.
77
.SH DESCRIPTION
88
Download patch in diff or mbox format.
99
.PP
10-
Download a patch but do not apply it. ``OUTPUT`` is optional and can be an
11-
output file path or a directory or ``-`` to output to ``stdout``. If
12-
``OUTPUT`` is not provided, the output path will be automatically chosen.
10+
Download a patch but do not apply it. ``OUTPUT`` is optional and can be an
11+
output file path or a directory or ``-`` to output to ``stdout``. If
12+
``OUTPUT`` is not provided, the output path will be automatically chosen.
13+
1314
.SH OPTIONS
1415
.TP
1516
\fB\-\-diff\fP

man/git-pw-patch-list.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW PATCH LIST" "1" "2022-03-24" "2.3.0" "git-pw patch list Manual"
1+
.TH "GIT-PW PATCH LIST" "1" "2022-12-06" "2.4.0" "git-pw patch list Manual"
22
.SH NAME
33
git-pw\-patch\-list \- List patches.
44
.SH SYNOPSIS
@@ -7,7 +7,8 @@ git-pw\-patch\-list \- List patches.
77
.SH DESCRIPTION
88
List patches.
99
.PP
10-
List patches on the Patchwork instance.
10+
List patches on the Patchwork instance.
11+
1112
.SH OPTIONS
1213
.TP
1314
\fB\-\-state\fP STATE

man/git-pw-patch-show.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW PATCH SHOW" "1" "2022-03-24" "2.3.0" "git-pw patch show Manual"
1+
.TH "GIT-PW PATCH SHOW" "1" "2022-12-06" "2.4.0" "git-pw patch show Manual"
22
.SH NAME
33
git-pw\-patch\-show \- Show information about patch.
44
.SH SYNOPSIS
@@ -7,7 +7,8 @@ git-pw\-patch\-show \- Show information about patch.
77
.SH DESCRIPTION
88
Show information about patch.
99
.PP
10-
Retrieve Patchwork metadata for a patch.
10+
Retrieve Patchwork metadata for a patch.
11+
1112
.SH OPTIONS
1213
.TP
1314
\fB\-f,\fP \-\-format [simple|table|csv|yaml]

man/git-pw-patch-update.1

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW PATCH UPDATE" "1" "2022-03-24" "2.3.0" "git-pw patch update Manual"
1+
.TH "GIT-PW PATCH UPDATE" "1" "2022-12-06" "2.4.0" "git-pw patch update Manual"
22
.SH NAME
33
git-pw\-patch\-update \- Update one or more patches.
44
.SH SYNOPSIS
@@ -7,8 +7,9 @@ git-pw\-patch\-update \- Update one or more patches.
77
.SH DESCRIPTION
88
Update one or more patches.
99
.PP
10-
Updates one or more Patches on the Patchwork instance. Some operations may
11-
require admin or maintainer permissions.
10+
Updates one or more Patches on the Patchwork instance. Some operations may
11+
require admin or maintainer permissions.
12+
1213
.SH OPTIONS
1314
.TP
1415
\fB\-\-commit\-ref\fP COMMIT_REF

man/git-pw-patch.1

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW PATCH" "1" "2022-03-24" "2.3.0" "git-pw patch Manual"
1+
.TH "GIT-PW PATCH" "1" "2022-12-06" "2.4.0" "git-pw patch Manual"
22
.SH NAME
33
git-pw\-patch \- Interact with patches.
44
.SH SYNOPSIS
@@ -7,12 +7,13 @@ git-pw\-patch \- Interact with patches.
77
.SH DESCRIPTION
88
Interact with patches.
99
.PP
10-
Patches are the central object in Patchwork structure. A patch
11-
contains both a diff and some metadata, such as the name, the
12-
description, the author, the version of the patch etc. Patchwork
13-
stores not only the patch itself but also various metadata
14-
associated with the email that the patch was parsed from, such as
15-
the message headers or the date the message itself was received.
10+
Patches are the central object in Patchwork structure. A patch
11+
contains both a diff and some metadata, such as the name, the
12+
description, the author, the version of the patch etc. Patchwork
13+
stores not only the patch itself but also various metadata
14+
associated with the email that the patch was parsed from, such as
15+
the message headers or the date the message itself was received.
16+
1617
.SH COMMANDS
1718
.PP
1819
\fBapply\fP

man/git-pw-series-apply.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW SERIES APPLY" "1" "2022-03-24" "2.3.0" "git-pw series apply Manual"
1+
.TH "GIT-PW SERIES APPLY" "1" "2022-12-06" "2.4.0" "git-pw series apply Manual"
22
.SH NAME
33
git-pw\-series\-apply \- Apply series.
44
.SH SYNOPSIS
@@ -7,5 +7,5 @@ git-pw\-series\-apply \- Apply series.
77
.SH DESCRIPTION
88
Apply series.
99
.PP
10-
Apply a series locally using the 'git-am' command. Any additional ARGS
11-
provided will be passed to the 'git-am' command.
10+
Apply a series locally using the 'git-am' command. Any additional ARGS
11+
provided will be passed to the 'git-am' command.

man/git-pw-series-download.1

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW SERIES DOWNLOAD" "1" "2022-03-24" "2.3.0" "git-pw series download Manual"
1+
.TH "GIT-PW SERIES DOWNLOAD" "1" "2022-12-06" "2.4.0" "git-pw series download Manual"
22
.SH NAME
33
git-pw\-series\-download \- Download series in mbox format.
44
.SH SYNOPSIS
@@ -7,9 +7,10 @@ git-pw\-series\-download \- Download series in mbox format.
77
.SH DESCRIPTION
88
Download series in mbox format.
99
.PP
10-
Download a series but do not apply it. ``OUTPUT`` is optional and can be an
11-
output path or ``-`` to output to ``stdout``. If ``OUTPUT`` is not
12-
provided, the output path will be automatically chosen.
10+
Download a series but do not apply it. ``OUTPUT`` is optional and can be an
11+
output path or ``-`` to output to ``stdout``. If ``OUTPUT`` is not
12+
provided, the output path will be automatically chosen.
13+
1314
.SH OPTIONS
1415
.TP
1516
\fB\-\-separate\fP

man/git-pw-series-list.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW SERIES LIST" "1" "2022-03-24" "2.3.0" "git-pw series list Manual"
1+
.TH "GIT-PW SERIES LIST" "1" "2022-12-06" "2.4.0" "git-pw series list Manual"
22
.SH NAME
33
git-pw\-series\-list \- List series.
44
.SH SYNOPSIS
@@ -7,7 +7,8 @@ git-pw\-series\-list \- List series.
77
.SH DESCRIPTION
88
List series.
99
.PP
10-
List series on the Patchwork instance.
10+
List series on the Patchwork instance.
11+
1112
.SH OPTIONS
1213
.TP
1314
\fB\-\-submitter\fP SUBMITTER

man/git-pw-series-show.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW SERIES SHOW" "1" "2022-03-24" "2.3.0" "git-pw series show Manual"
1+
.TH "GIT-PW SERIES SHOW" "1" "2022-12-06" "2.4.0" "git-pw series show Manual"
22
.SH NAME
33
git-pw\-series\-show \- Show information about series.
44
.SH SYNOPSIS
@@ -7,7 +7,8 @@ git-pw\-series\-show \- Show information about series.
77
.SH DESCRIPTION
88
Show information about series.
99
.PP
10-
Retrieve Patchwork metadata for a series.
10+
Retrieve Patchwork metadata for a series.
11+
1112
.SH OPTIONS
1213
.TP
1314
\fB\-f,\fP \-\-format [simple|table|csv|yaml]

man/git-pw-series.1

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GIT-PW SERIES" "1" "2022-03-24" "2.3.0" "git-pw series Manual"
1+
.TH "GIT-PW SERIES" "1" "2022-12-06" "2.4.0" "git-pw series Manual"
22
.SH NAME
33
git-pw\-series \- Interact with series.
44
.SH SYNOPSIS
@@ -7,11 +7,12 @@ git-pw\-series \- Interact with series.
77
.SH DESCRIPTION
88
Interact with series.
99
.PP
10-
Series are groups of patches, along with an optional cover letter.
11-
Series are mostly dumb containers, though they also contain some
12-
metadata themselves, such as a version (which is inherited by the
13-
patches and cover letter) and a count of the number of patches
14-
found in the series.
10+
Series are groups of patches, along with an optional cover letter.
11+
Series are mostly dumb containers, though they also contain some
12+
metadata themselves, such as a version (which is inherited by the
13+
patches and cover letter) and a count of the number of patches
14+
found in the series.
15+
1516
.SH COMMANDS
1617
.PP
1718
\fBapply\fP

0 commit comments

Comments
 (0)