diff options
author | Steven Grimm <koreth@midwinter.com> | 2007-04-16 00:46:48 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-16 01:06:02 -0700 |
commit | b48caa20de7f62f648de7d3dbb0ceb462879e903 (patch) | |
tree | de936d477179d9518e3464824fa0595435083e32 /Documentation/git-rm.txt | |
parent | c7263d4d3d75d177f0ad8a8a730e1e3b401488c7 (diff) | |
download | git-b48caa20de7f62f648de7d3dbb0ceb462879e903.tar.gz |
Add --quiet option to suppress output of "rm" commands for removed files.
Signed-off-by: Steven Grimm <koreth@midwinter.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-rm.txt')
-rw-r--r-- | Documentation/git-rm.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-rm.txt b/Documentation/git-rm.txt index 6feebc0400..b051ccb6d6 100644 --- a/Documentation/git-rm.txt +++ b/Documentation/git-rm.txt @@ -47,6 +47,10 @@ OPTIONS the paths only from the index, leaving working tree files. +\--quiet:: + git-rm normally outputs one line (in the form of an "rm" command) + for each file removed. This option suppresses that output. + DISCUSSION ---------- |