summaryrefslogtreecommitdiffstats
path: root/git-clean.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-04-26 01:41:41 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-04-26 01:41:41 +0000
commite91ea77bbf2451858f9ba89f5b62f560c6726eab (patch)
tree23d5d6d357171ba6550e128232b24ad4c876fa81 /git-clean.txt
parentf4581103ebe49b352d853d2ab86ad056ee0fb823 (diff)
downloadgit-htmldocs-e91ea77bbf2451858f9ba89f5b62f560c6726eab.tar.gz
Autogenerated HTML docs for v1.6.3-rc2-8-gbe66
Diffstat (limited to 'git-clean.txt')
-rw-r--r--git-clean.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/git-clean.txt b/git-clean.txt
index 8a114509f..43b2de7db 100644
--- a/git-clean.txt
+++ b/git-clean.txt
@@ -12,14 +12,17 @@ SYNOPSIS
DESCRIPTION
-----------
-Removes files unknown to git. This allows to clean the working tree
-from files that are not under version control. If the '-x' option is
-specified, ignored files are also removed, allowing to remove all
-build products.
+
+This allows cleaning the working tree by removing files that are not
+under version control.
+
+Normally, only files unknown to git are removed, but if the '-x'
+option is specified, ignored files are also removed. This can, for
+example, be useful to remove all build products.
+
If any optional `<path>...` arguments are given, only those paths
are affected.
-
OPTIONS
-------
-d::