summaryrefslogtreecommitdiffstats
path: root/git-clean.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-05-10 00:13:40 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-05-10 00:13:40 +0000
commit26a5737702ae9a7bec141d68b1c756235c55cb89 (patch)
tree86044a6b56a0535a5a8277ab2eccf72f35871630 /git-clean.txt
parentb0ec2db86c94ac9dae0cea5f66ab34143c40ef7c (diff)
downloadgit-htmldocs-26a5737702ae9a7bec141d68b1c756235c55cb89.tar.gz
Autogenerated HTML docs for v1.3.2-g8c24
Diffstat (limited to 'git-clean.txt')
-rw-r--r--git-clean.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-clean.txt b/git-clean.txt
index 36890c543..c61afbcdb 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]
+'git-clean' [-d] [-n] [-q] [-x | -X] [--] <paths>...
DESCRIPTION
-----------
@@ -16,6 +16,9 @@ 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.
+When optional `<paths>...` arguments are given, the paths
+affected are further limited to those that match them.
+
OPTIONS
-------