From b48caa20de7f62f648de7d3dbb0ceb462879e903 Mon Sep 17 00:00:00 2001 From: Steven Grimm Date: Mon, 16 Apr 2007 00:46:48 -0700 Subject: Add --quiet option to suppress output of "rm" commands for removed files. Signed-off-by: Steven Grimm Signed-off-by: Junio C Hamano --- Documentation/git-rm.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Documentation') diff --git a/Documentation/git-rm.txt b/Documentation/git-rm.txt index 6feebc040..b051ccb6d 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 ---------- -- cgit v1.2.1