Man page - git-pw-bundle(1)
Packages contains this manual
- git-pw-bundle-remove(1)
- git-pw-patch-show(1)
- git-pw-series(1)
- git-pw-bundle-create(1)
- git-pw-patch-update(1)
- git-pw-series-list(1)
- git-pw-bundle-show(1)
- git-pw-bundle-list(1)
- git-pw-bundle-apply(1)
- git-pw-patch-list(1)
- git-pw-series-apply(1)
- git-pw-bundle-add(1)
- git-pw-patch-download(1)
- git-pw-bundle-delete(1)
- git-pw-bundle-update(1)
- git-pw-patch(1)
- git-pw-bundle-download(1)
- git-pw-bundle(1)
- git-pw-series-download(1)
- git-pw-series-show(1)
- git-pw(1)
- git-pw-patch-apply(1)
apt-get install git-pw
Manual
GIT-PW BUNDLE
NAMESYNOPSIS
DESCRIPTION
COMMANDS
NAME
git-pw-bundle - Interact with bundles.
SYNOPSIS
git-pw bundle [OPTIONS] COMMAND [ARGS]...
DESCRIPTION
Interact with bundles.
Bundles are custom, user-defined groups of patches. Bundles can be used to keep patch lists, preserving order, for future inclusion in a tree. Thereโs no restriction of number of patches and they donโt even need to be in the same project. A single patch also can be part of multiple bundles at the same time. An example of Bundle usage would be keeping track of the Patches that are ready for merge to the tree.
COMMANDS
apply
Apply bundle.
See
git-pw bundle-apply(1)
for full documentation on
the
apply
command.
show
Show information about bundle.
See
git-pw bundle-show(1)
for full documentation on
the
show
command.
download
Download bundle in mbox format.
See
git-pw bundle-download(1)
for full documentation
on the
download
command.
list
List bundles.
See
git-pw bundle-list(1)
for full documentation on
the
list
command.
create
Create a bundle.
See
git-pw bundle-create(1)
for full documentation on
the
create
command.
update
Update a bundle.
See
git-pw bundle-update(1)
for full documentation on
the
update
command.
delete
Delete a bundle.
See
git-pw bundle-delete(1)
for full documentation on
the
delete
command.
add
Add one or more patches to a bundle.
See
git-pw bundle-add(1)
for full documentation on
the
add
command.
remove
Remove one or more patches from a bundle.
See
git-pw bundle-remove(1)
for full documentation on
the
remove
command.