'\" t .\" Title: stg-series .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 09/02/2017 .\" Manual: StGit Manual .\" Source: StGit .\" Language: English .\" .TH "STG\-SERIES" "1" "09/02/2017" "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-series \- Print the patch series .SH "SYNOPSIS" .sp .nf \fIstg\fR series [options] [\-\-] [] .fi .SH "DESCRIPTION" Show all the patches in the series, or just those in the given range, ordered from top to bottom\&. The applied patches are prefixed with a + (except the current patch, which is prefixed with a >), the unapplied patches with a \-, and the hidden patches with a !\&. Empty patches are prefixed with a \fI0\fR\&. .SH "OPTIONS" .PP \-b BRANCH, \-\-branch BRANCH .RS 4 Use BRANCH instead of the default branch\&. .RE .PP \-a, \-\-all .RS 4 Show all patches, including the hidden ones\&. .RE .PP \-A, \-\-applied .RS 4 Show the applied patches only\&. .RE .PP \-U, \-\-unapplied .RS 4 Show the unapplied patches only\&. .RE .PP \-H, \-\-hidden .RS 4 Show the hidden patches only\&. .RE .PP \-m BRANCH, \-\-missing BRANCH .RS 4 Show patches in BRANCH missing in current\&. .RE .PP \-c, \-\-count .RS 4 Print the number of patches in the series\&. .RE .PP \-d, \-\-description .RS 4 Show a short description for each patch\&. .RE .PP \-\-author .RS 4 Show the author name for each patch\&. .RE .PP \-e, \-\-empty .RS 4 Before the +, >, \-, and ! prefixes, print a column that contains either 0 (for empty patches) or a space (for non\-empty patches)\&. .RE .PP \-\-showbranch .RS 4 Append the branch name to the listed patches\&. .RE .PP \-\-noprefix .RS 4 Do not show the patch status prefix\&. .RE .PP \-s, \-\-short .RS 4 List just the patches around the topmost patch\&. .RE .SH "STGIT" Part of the StGit suite \- see \fBstg\fR(1)