From: Junio C Hamano Date: Sat, 18 Nov 2006 22:18:09 +0000 (+0000) Subject: Autogenerated man pages for v1.4.4-ge3d4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ee14e86d28c5272df1ae1b8a61195647ed3cacc2;p=git.git Autogenerated man pages for v1.4.4-ge3d4 --- diff --git a/man1/git-apply.1 b/man1/git-apply.1 index 456069f51..ad2da7f0b 100755 --- a/man1/git-apply.1 +++ b/man1/git-apply.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-APPLY" "1" "10/03/2006" "" "" +.TH "GIT\-APPLY" "1" "11/18/2006" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -129,7 +129,7 @@ strip outputs warnings for a few such errors, strips out the trailing whitespaces and applies the patch. .RE .TP -\-\-inacurate\-eof +\-\-inaccurate\-eof Under certain circumstances, some versions of diff do not correctly detect a missing new\-line at the end of the file. As a result, patches created by such diff programs do not record incomplete lines correctly. This option adds support for applying such patches by working around this bug. .TP \-\-verbose diff --git a/man1/git-runstatus.1 b/man1/git-runstatus.1 new file mode 100755 index 000000000..d7c7c4ef5 --- /dev/null +++ b/man1/git-runstatus.1 @@ -0,0 +1,51 @@ +.\" ** You probably do not want to edit this file directly ** +.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). +.\" Instead of manually editing it, you probably should edit the DocBook XML +.\" source for it and then use the DocBook XSL Stylesheets to regenerate it. +.TH "GIT\-RUNSTATUS" "1" "11/18/2006" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +git\-runstatus \- A helper for git\-status and git\-commit +.SH "SYNOPSIS" +\fIgit\-runstatus\fR [\-\-color|\-\-nocolor] [\-\-amend] [\-\-verbose] [\-\-untracked] +.sp +.SH "DESCRIPTION" +Examines paths in the working tree that has changes unrecorded to the index file, and changes between the index file and the current HEAD commit. The former paths are what you _could_ commit by running \fIgit\-update\-index\fR before running \fIgit commit\fR, and the latter paths are what you _would_ commit by running \fIgit commit\fR. +.sp +If there is no path that is different between the index file and the current HEAD commit, the command exits with non\-zero status. +.sp +Note that this is _not_ the user level command you would want to run from the command line. Use \fIgit\-status\fR instead. +.sp +.SH "OPTIONS" +.TP +\-\-color +Show colored status, highlighting modified file names. +.TP +\-\-nocolor +Turn off coloring. +.TP +\-\-amend +Show status based on HEAD^1, not HEAD, i.e. show what +\fIgit\-commit \-\-amend\fR +would do. +.TP +\-\-verbose +Show unified diff of all file changes. +.TP +\-\-untracked +Show files in untracked directories, too. Without this option only its name and a trailing slash are displayed for each untracked directory. +.SH "OUTPUT" +The output from this command is designed to be used as a commit template comments, and all the output lines are prefixed with \fI#\fR. +.sp +.SH "AUTHOR" +Originally written by Linus Torvalds as part of git\-commit, and later rewritten in C by Jeff King. +.sp +.SH "DOCUMENTATION" +Documentation by David Greaves, Junio C Hamano and the git\-list . +.sp +.SH "GIT" +Part of the \fBgit\fR(7) suite +.sp diff --git a/man7/git.7 b/man7/git.7 index 282ceaf2b..e812f608c 100755 --- a/man7/git.7 +++ b/man7/git.7 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT" "7" "11/09/2006" "" "" +.TH "GIT" "7" "11/18/2006" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -286,6 +286,9 @@ git\-request\-pull. \fBgit\-rev\-parse\fR(1) Pick out and massage parameters. .TP +\fBgit\-runstatus\fR(1) +A helper for git\-status and git\-commit. +.TP \fBgit\-send\-email\fR(1) Send patch e\-mails out of "format\-patch \-\-mbox" output. .TP