File: git-pw-patch.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 (36 lines) | stat: -rw-r--r-- 1,253 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
32
33
34
35
36
.TH "GIT-PW PATCH" "1" "2020-04-17" "1.9.0" "git-pw patch Manual"
.SH NAME
git-pw\-patch \- Interact with patches.
.SH SYNOPSIS
.B git-pw patch
[OPTIONS] COMMAND [ARGS]...
.SH DESCRIPTION
Interact with patches.
.PP
Patches are the central object in Patchwork structure. A patch
contains both a diff and some metadata, such as the name, the
description, the author, the version of the patch etc. Patchwork
stores not only the patch itself but also various metadata
associated with the email that the patch was parsed from, such as
the message headers or the date the message itself was received.
.SH COMMANDS
.PP
\fBapply\fP
  Apply patch.
  See \fBgit-pw patch-apply(1)\fP for full documentation on the \fBapply\fP command.
.PP
\fBshow\fP
  Show information about patch.
  See \fBgit-pw patch-show(1)\fP for full documentation on the \fBshow\fP command.
.PP
\fBdownload\fP
  Download patch in diff or mbox format.
  See \fBgit-pw patch-download(1)\fP for full documentation on the \fBdownload\fP command.
.PP
\fBupdate\fP
  Update one or more patches.
  See \fBgit-pw patch-update(1)\fP for full documentation on the \fBupdate\fP command.
.PP
\fBlist\fP
  List patches.
  See \fBgit-pw patch-list(1)\fP for full documentation on the \fBlist\fP command.