'\" t .\" Title: stg-show .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: 03/26/2014 .\" Manual: StGit Manual .\" Source: StGit .\" Language: English .\" .TH "STG\-SHOW" "1" "03/26/2014" "StGit" "StGit Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" stg-show \- Show the commit corresponding to a patch .SH "SYNOPSIS" .sp .nf \fIstg\fR show [options] [\-\-] [] [] [\&.\&.] .fi .SH "DESCRIPTION" Show the commit log and the diff corresponding to the given patches\&. The output is similar to that generated by \fIgit show\fR\&. .SH "OPTIONS" .PP \-b BRANCH, \-\-branch BRANCH .RS 4 Use BRANCH instead of the default branch\&. .RE .PP \-a, \-\-applied .RS 4 Show the applied patches\&. .RE .PP \-u, \-\-unapplied .RS 4 Show the unapplied patches\&. .RE .PP \-s, \-\-stat .RS 4 Show a diffstat summary of the specified patches\&. .RE .PP \-O OPTIONS, \-\-diff\-opts OPTIONS .RS 4 Extra options to pass to "git diff"\&. .RE .SH "STGIT" Part of the StGit suite \- see \fBstg\fR(1)