1STG-FILES(1) StGit Manual STG-FILES(1)
2
3
4
6 stg-files - Show the files modified by a patch (or the current patch)
7
9 stg files [options] [--] [[<branch>:]<patch>]
10
12 List the files modified by the given patch (defaulting to the current
13 one). Passing the --stat option shows the diff statistics for the given
14 patch. Note that this command doesn’t show the files modified in the
15 working tree and not yet included in the patch by a refresh command.
16 Use the diff or status commands for these files.
17
19 -s, --stat
20 Show the diffstat.
21
22 --bare
23 Bare file names (useful for scripting).
24
25 -O OPTIONS, --diff-opts OPTIONS
26 Extra options to pass to "git diff".
27
29 Part of the StGit suite - see stg(1)
30
31
32
33StGit 1.5 07/23/2022 STG-FILES(1)