From: Junio C Hamano Date: Wed, 18 Apr 2007 04:57:19 +0000 (+0000) Subject: Autogenerated manpages for v1.5.1.1-159-g2c78 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=202fe481abeee1eef6b33dcdb0898847da33f8c7;p=git.git Autogenerated manpages for v1.5.1.1-159-g2c78 --- diff --git a/man1/git-rm.1 b/man1/git-rm.1 index 275c39c23..79fbd819e 100644 --- a/man1/git-rm.1 +++ b/man1/git-rm.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\-RM" "1" "04/17/2007" "Git 1.5.1.1.135.gf948" "Git Manual" +.TH "GIT\-RM" "1" "04/18/2007" "Git 1.5.1.1.159.g2c78" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,7 +10,7 @@ .SH "NAME" git\-rm \- Remove files from the working tree and from the index .SH "SYNOPSIS" -\fIgit\-rm\fR [\-f] [\-n] [\-r] [\-\-cached] [\-\-] \&... +\fIgit\-rm\fR [\-f] [\-n] [\-r] [\-\-cached] [\-\-ignore\-unmatch] [\-\-quiet] [\-\-] \&... .SH "DESCRIPTION" Remove files from the working tree and from the index. The files have to be identical to the tip of the branch, and no updates to its contents must have been placed in the staging area (aka index). .SH "OPTIONS" @@ -33,6 +33,9 @@ This option can be used to separate command\-line options from the list of files \-\-cached This option can be used to tell the command to remove the paths only from the index, leaving working tree files. .TP +\-\-ignore\-unmatch +Exit with a zero status even if no files matched. +.TP \-\-quiet git\-rm normally outputs one line (in the form of an "rm" command) for each file removed. This option suppresses that output. .SH "DISCUSSION"