Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWesley J. Landaker <wjl@icecavern.net>2009-04-25 19:13:40 +0400
committerJunio C Hamano <gitster@pobox.com>2009-04-25 20:29:38 +0400
commit926337fe89f99c690b721f00239e298f8b7cad28 (patch)
treee57f00462b953de404168ac6de07c1e4e21b5913 /Documentation/git-clean.txt
parentc5fe5b6de94c1dffac697b29920819f08e2c11fc (diff)
Documentation: git-clean: fix minor grammatical errors
There were a few minor grammatical errors that made this paragraph hard to read. This patch fixes the errors in a very minimal manner. Signed-off-by: Wesley J. Landaker <wjl@icecavern.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-clean.txt')
-rw-r--r--Documentation/git-clean.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt
index 8a114509f4..932d44daff 100644
--- a/Documentation/git-clean.txt
+++ b/Documentation/git-clean.txt
@@ -12,9 +12,9 @@ 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
+Removes files unknown to git. This allows cleaning the working tree
+of files that are not under version control. If the '-x' option is
+specified, ignored files are also removed, allowing the removal of all
build products.
If any optional `<path>...` arguments are given, only those paths
are affected.