'\" t .\" Title: stg-status .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.76.1 .\" Date: 03/13/2012 .\" Manual: StGit Manual .\" Source: StGit .\" Language: English .\" .TH "STG\-STATUS" "1" "03/13/2012" "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-status \- Show the tree status .SH "SYNOPSIS" .sp .nf \fIstg\fR status [options] [] .fi .SH "DESCRIPTION" Show the status of the whole working copy or the given files\&. The command also shows the files in the current directory which are not under revision control\&. The files are prefixed as follows: .sp .if n \{\ .RS 4 .\} .nf M \- locally modified N \- newly added to the repository D \- deleted from the repository C \- conflict ? \- unknown .fi .if n \{\ .RE .\} .sp An \fIstg refresh\fR command clears the status of the modified, new and deleted files\&. .SH "OPTIONS" .PP \-m, \-\-modified .RS 4 Show modified files only\&. .RE .PP \-n, \-\-new .RS 4 Show new files only\&. .RE .PP \-d, \-\-deleted .RS 4 Show deleted files only\&. .RE .PP \-c, \-\-conflict .RS 4 Show conflict files only\&. .RE .PP \-u, \-\-unknown .RS 4 Show unknown files only\&. .RE .PP \-x, \-\-noexclude .RS 4 Do not exclude any files from listing\&. .RE .PP \-\-reset .RS 4 Reset the current tree changes\&. .RE .SH "STGIT" Part of the StGit suite \- see linkman:stg[1]