File: git-pw-bundle-update.1

package info (click to toggle)
git-pw 2.0.0-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 480 kB
  • sloc: python: 1,972; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 793 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.TH "GIT-PW BUNDLE UPDATE" "1" "2020-04-17" "1.9.0" "git-pw bundle update Manual"
.SH NAME
git-pw\-bundle\-update \- Update a bundle.
.SH SYNOPSIS
.B git-pw bundle update
[OPTIONS] BUNDLE_ID
.SH DESCRIPTION
Update a bundle.
.PP
Update bundle BUNDLE_ID. If PATCH_IDs are specified, this will overwrite
all patches in the bundle. Use 'bundle add' and 'bundle remove' to add or
remove patches.
.PP
Requires API version 1.2 or greater.
.SH OPTIONS
.TP
\fB\-\-name\fP TEXT
.PP
.TP
\fB\-\-patch\fP INTEGER
Add the specified patch(es) to the bundle.
.TP
\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]
Output format. Defaults to the value of 'git config pw.format' else 'table'.