Skip to content

Commit

Permalink
Merge branch 'mr/doc-clean-f-f' into maint
Browse files Browse the repository at this point in the history
Documentation update.

* mr/doc-clean-f-f:
  Documentation/git-clean.txt: document that -f may need to be given twice
  • Loading branch information
gitster committed Mar 14, 2015
2 parents 113bc16 + bcd57cb commit 4b23b5d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Documentation/git-clean.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ OPTIONS
-f::
--force::
If the Git configuration variable clean.requireForce is not set
to false, 'git clean' will refuse to run unless given -f, -n or
-i.
to false, 'git clean' will refuse to delete files or directories
unless given -f, -n or -i. Git will refuse to delete directories
with .git sub directory or file unless a second -f
is given. This affects also git submodules where the storage area
of the removed submodule under .git/modules/ is not removed until
-f is given twice.

-i::
--interactive::
Expand Down

0 comments on commit 4b23b5d

Please sign in to comment.