Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Teach "git apply" to prepend a prefix with "--root=<root>"
[gitweb.git]
/
Documentation
/
git-clean.txt
diff --git
a/Documentation/git-clean.txt
b/Documentation/git-clean.txt
index deebf3b315cd7e119fd70c500400181137843652..37a82ee4b8ed2dc939e56140821a42d452e1b4b5 100644
(file)
--- a/
Documentation/git-clean.txt
+++ b/
Documentation/git-clean.txt
@@
-30,9
+30,11
@@
OPTIONS
git-clean will refuse to run unless given -f or -n.
-n::
+--dry-run::
Don't actually remove anything, just show what would be done.
-q::
+--quiet::
Be quiet, only report errors, but not the files that are
successfully removed.