summaryrefslogtreecommitdiffstats
path: root/git-clean.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-04-24 07:34:34 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-04-24 07:34:34 +0000
commit47b9acd8e0fd4c6b389fd1be997ba8a8c1a36021 (patch)
tree3e2f96e275463d8008d1a07c28758967a6c2b360 /git-clean.txt
parent9db95ca51bbcde0022088fa1dbbf7ac182d817fe (diff)
downloadgit-htmldocs-47b9acd8e0fd4c6b389fd1be997ba8a8c1a36021.tar.gz
Autogenerated HTML docs for v1.5.2-rc0-14-g520d
Diffstat (limited to 'git-clean.txt')
-rw-r--r--git-clean.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-clean.txt b/git-clean.txt
index c61afbcdb..5aff026eb 100644
--- a/git-clean.txt
+++ b/git-clean.txt
@@ -8,7 +8,7 @@ git-clean - Remove untracked files from the working tree
SYNOPSIS
--------
[verse]
-'git-clean' [-d] [-n] [-q] [-x | -X] [--] <paths>...
+'git-clean' [-d] [-f] [-n] [-q] [-x | -X] [--] <paths>...
DESCRIPTION
-----------
@@ -25,6 +25,10 @@ OPTIONS
-d::
Remove untracked directories in addition to untracked files.
+-f::
+ If the git configuration specifies clean.forceRequire as true,
+ git-clean will refuse to run unless given -f or -n.
+
-n::
Don't actually remove anything, just show what would be done.