stg-show(1)
NAME
stg-show - Show patch commits
SYNOPSIS
stg show [OPTIONS] [patch-or-rev]… [-- <path>…] stg show [OPTIONS] [-A] [-U] [-H] [-- <path>…]
DESCRIPTION
Show the commit log and diff corresponding to the given patches. The topmost patch is shown by default, or HEAD if no patches are applied. The output is similar to git-show(1).
OPTIONS
- -b <branch>
- --branch=<branch>
-
Use BRANCH instead of current branch
- -s
- --stat
-
Show a diffstat summary instead of the full diff
- -O <options>
- --diff-opts=<options>
-
Extra options to pass to "git diff"
- -A
- --applied
-
Show the applied patches
- -U
- --unapplied
-
Show the unapplied patches
- -H
- --hidden
-
Show the hidden patches
StGit
Part of the StGit suite - see stg(1)