1STG-SERIES(1)                    StGit Manual                    STG-SERIES(1)
2
3
4

NAME

6       stg-series - Print the patch series
7

SYNOPSIS

9       stg series [options] [--] [<patch-range>]
10

DESCRIPTION

12       Show all the patches in the series, or just those in the given range,
13       ordered from top to bottom.
14
15       The applied patches are prefixed with a + (except the current patch,
16       which is prefixed with a >), the unapplied patches with a -, and the
17       hidden patches with a !.
18
19       Empty patches are prefixed with a 0.
20

OPTIONS

22       -b BRANCH, --branch BRANCH
23           Use BRANCH instead of the default branch.
24
25       -a, --all
26           Show all patches, including the hidden ones.
27
28       -A, --applied
29           Show the applied patches only.
30
31       -U, --unapplied
32           Show the unapplied patches only.
33
34       -H, --hidden
35           Show the hidden patches only.
36
37       -m BRANCH, --missing BRANCH
38           Show patches in BRANCH missing in current.
39
40       -c, --count
41           Print the number of patches in the series.
42
43       -d, --description
44           Show a short description for each patch.
45
46       --no-description
47           Inverse of --description.
48
49       --author
50           Show the author name for each patch.
51
52       -e, --empty
53           Before the +, >, -, and !  prefixes, print a column that contains
54           either 0 (for empty patches) or a space (for non-empty patches).
55
56       --showbranch
57           Append the branch name to the listed patches.
58
59       --noprefix
60           Do not show the patch status prefix.
61
62       -s, --short
63           List just the patches around the topmost patch.
64

STGIT

66       Part of the StGit suite - see stg(1)
67
68
69
70StGit 1.1                         07/23/2021                     STG-SERIES(1)
Impressum