File: git-pw-patch-download.1

package info (click to toggle)
git-pw 2.7.1-0.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 540 kB
  • sloc: python: 2,766; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 619 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH "GIT-PW PATCH DOWNLOAD" "1" "2024-10-23" "2.7.0" "git-pw patch download Manual"
.SH NAME
git-pw\-patch\-download \- Download patch in diff or mbox format.
.SH SYNOPSIS
.B git-pw patch download
[OPTIONS] PATCH_ID [OUTPUT]
.SH DESCRIPTION
Download patch in diff or mbox format.
.PP
    Download a patch but do not apply it. ``OUTPUT`` is optional and can be an
    output file path or a directory or ``-`` to output to ``stdout``. If
    ``OUTPUT`` is not provided, the output path will be automatically chosen.

.SH OPTIONS
.TP
\fB\-\-diff\fP
Show patch in diff format.
.TP
\fB\-\-mbox\fP
Show patch in mbox format.