File: git-pw-series.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 (31 lines) | stat: -rw-r--r-- 1,021 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
28
29
30
31
.TH "GIT-PW SERIES" "1" "2020-04-17" "1.9.0" "git-pw series Manual"
.SH NAME
git-pw\-series \- Interact with series.
.SH SYNOPSIS
.B git-pw series
[OPTIONS] COMMAND [ARGS]...
.SH DESCRIPTION
Interact with series.
.PP
Series are groups of patches, along with an optional cover letter.
Series are mostly dumb containers, though they also contain some
metadata themselves, such as a version (which is inherited by the
patches and cover letter) and a count of the number of patches
found in the series.
.SH COMMANDS
.PP
\fBapply\fP
  Apply series.
  See \fBgit-pw series-apply(1)\fP for full documentation on the \fBapply\fP command.
.PP
\fBshow\fP
  Show information about series.
  See \fBgit-pw series-show(1)\fP for full documentation on the \fBshow\fP command.
.PP
\fBdownload\fP
  Download series in mbox format.
  See \fBgit-pw series-download(1)\fP for full documentation on the \fBdownload\fP command.
.PP
\fBlist\fP
  List series.
  See \fBgit-pw series-list(1)\fP for full documentation on the \fBlist\fP command.