summaryrefslogtreecommitdiffstats
path: root/git-rm.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-04-18 04:57:17 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-04-18 04:57:17 +0000
commit28cea6a04fa5a1b3b38670013723f52a329ba001 (patch)
tree99774ccc702655846984641be6d48b89a23625b7 /git-rm.txt
parent0e3cb537e5dee1347d53fc91ed855a1e84127503 (diff)
downloadgit-htmldocs-28cea6a04fa5a1b3b38670013723f52a329ba001.tar.gz
Autogenerated HTML docs for v1.5.1.1-159-g2c78
Diffstat (limited to 'git-rm.txt')
-rw-r--r--git-rm.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-rm.txt b/git-rm.txt
index b051ccb6d..a65f24a0f 100644
--- a/git-rm.txt
+++ b/git-rm.txt
@@ -7,7 +7,7 @@ git-rm - Remove files from the working tree and from the index
SYNOPSIS
--------
-'git-rm' [-f] [-n] [-r] [--cached] [--] <file>...
+'git-rm' [-f] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet] [--] <file>...
DESCRIPTION
-----------
@@ -47,6 +47,9 @@ OPTIONS
the paths only from the index, leaving working tree
files.
+\--ignore-unmatch::
+ Exit with a zero status even if no files matched.
+
\--quiet::
git-rm normally outputs one line (in the form of an "rm" command)
for each file removed. This option suppresses that output.