1STG-SHOW(1) StGit Manual STG-SHOW(1)
2
3
4
6 stg-show - Show the commit corresponding to a patch
7
9 stg show [options] [--] [<patch1>] [<patch2>] [<patch3>..<patch4>]
10
12 Show the commit log and the diff corresponding to the given patches.
13 The output is similar to that generated by git show.
14
16 -b BRANCH, --branch BRANCH
17 Use BRANCH instead of the default branch.
18
19 -a, --applied
20 Show the applied patches.
21
22 -u, --unapplied
23 Show the unapplied patches.
24
25 -s, --stat
26 Show a diffstat summary of the specified patches.
27
28 -O OPTIONS, --diff-opts OPTIONS
29 Extra options to pass to "git diff".
30
32 Part of the StGit suite - see stg(1)
33
34
35
36
37StGit 07/27/2019 STG-SHOW(1)