1STG-SERIES(1) StGit Manual STG-SERIES(1)
2
3
4
6 stg-series - Print the patch series
7
9 stg series [options] [--] [<patch-range>]
10
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
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 --author
47 Show the author name for each patch.
48
49 -e, --empty
50 Before the +, >, -, and ! prefixes, print a column that contains
51 either 0 (for empty patches) or a space (for non-empty patches).
52
53 --showbranch
54 Append the branch name to the listed patches.
55
56 --noprefix
57 Do not show the patch status prefix.
58
59 -s, --short
60 List just the patches around the topmost patch.
61
63 Part of the StGit suite - see stg(1)
64
65
66
67
68StGit 07/27/2019 STG-SERIES(1)