summaryrefslogtreecommitdiff
path: root/Documentation/git-rm.txt
diff options
context:
space:
mode:
authorPieter de Bie <pdebie@ai.rug.nl>2008-08-08 22:37:02 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-08-09 01:27:19 (GMT)
commit01144f20955bfbb6463c9649d90f411839ad1617 (patch)
tree95df52bf8e6c7c3de9540266b496bee5db293945 /Documentation/git-rm.txt
parent222566e42cfc339b31db4757800cc387bcd8c20e (diff)
downloadgit-01144f20955bfbb6463c9649d90f411839ad1617.zip
git-01144f20955bfbb6463c9649d90f411839ad1617.tar.gz
git-01144f20955bfbb6463c9649d90f411839ad1617.tar.bz2
builtin-rm: Add a --force flag
This adds a --force flag to git-rm, making it somewhat easier for subversion people to switch. Signed-off-by: Pieter de Bie <pdebie@ai.rug.nl> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rm.txt')
-rw-r--r--Documentation/git-rm.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-rm.txt b/Documentation/git-rm.txt
index 4d0c495..5afb1e7 100644
--- a/Documentation/git-rm.txt
+++ b/Documentation/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] [--ignore-unmatch] [--quiet] [--] <file>...
+'git rm' [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet] [--] <file>...
DESCRIPTION
-----------
@@ -36,6 +36,7 @@ OPTIONS
but this requires the `-r` option to be explicitly given.
-f::
+--force::
Override the up-to-date check.
-n::