'\" t .\" Title: stg-log .\" 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\-LOG" "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-log \- Display the patch changelog .SH "SYNOPSIS" .sp .nf \fIstg\fR log [options] [\-\-] [] .fi .SH "DESCRIPTION" List the history of the patch stack: the stack log\&. If one or more patch names are given, limit the list to the log entries that touch the named patches\&. "stg undo" and "stg redo" let you step back and forth in the patch stack\&. "stg reset" lets you go directly to any state\&. .SH "OPTIONS" .PP \-b BRANCH, \-\-branch BRANCH .RS 4 Use BRANCH instead of the default one\&. .RE .PP \-d, \-\-diff .RS 4 Show the refresh diffs\&. .RE .PP \-n NUMBER, \-\-number NUMBER .RS 4 Limit the output to NUMBER commits\&. .RE .PP \-f, \-\-full .RS 4 Show the full commit ids\&. .RE .PP \-g, \-\-graphical .RS 4 Run gitk instead of printing\&. .RE .PP \-\-clear .RS 4 Clear the log history\&. .RE .SH "STGIT" Part of the StGit suite \- see \fBstg\fR(1)