File: git-pw-patch-apply.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 (18 lines) | stat: -rw-r--r-- 573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.TH "GIT-PW PATCH APPLY" "1" "2020-04-17" "1.9.0" "git-pw patch apply Manual"
.SH NAME
git-pw\-patch\-apply \- Apply patch.
.SH SYNOPSIS
.B git-pw patch apply
[OPTIONS] PATCH_ID [ARGS]...
.SH DESCRIPTION
Apply patch.
.PP
Apply a patch locally using the 'git-am' command. Any additional ARGS
provided will be passed to the 'git-am' command.
.SH OPTIONS
.TP
\fB\-\-series\fP SERIES
Series to include dependencies from. Defaults to latest.
.TP
\fB\-\-deps\fP / \-\-no\-deps
When applying the patch, include dependencies if available. Defaults to using the most recent series.