Skip to content

Commit 999a802

Browse files
committed
Release 2.4.0
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent cf80c6e commit 999a802

22 files changed

+110
-91
lines changed

man/git-pw-bundle-add.1

Lines changed: 4 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 4 additions & 3 deletions
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

Lines changed: 4 additions & 3 deletions
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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 3 additions & 2 deletions
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

Lines changed: 4 additions & 3 deletions
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

Lines changed: 3 additions & 2 deletions
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

Lines changed: 6 additions & 5 deletions
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

Lines changed: 9 additions & 8 deletions
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

0 commit comments

Comments
 (0)