Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: git-clean: fix minor grammatical errors
author
Wesley J. Landaker
<wjl@icecavern.net>
Sat, 25 Apr 2009 15:13:40 +0000
(09:13 -0600)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 25 Apr 2009 16:29:38 +0000
(09:29 -0700)
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>
Documentation/git-clean.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
c5fe5b6
)
diff --git
a/Documentation/git-clean.txt
b/Documentation/git-clean.txt
index 8a114509f4a19b4fa6c6d8de8afdc94938d24b82..932d44daff82e461c3b797ebb91ed8f8a05bdb57 100644
(file)
--- a/
Documentation/git-clean.txt
+++ b/
Documentation/git-clean.txt
@@
-12,9
+12,9
@@
SYNOPSIS
DESCRIPTION
-----------
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 t
o 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 t
he removal of
all
build products.
If any optional `<path>...` arguments are given, only those paths
are affected.
build products.
If any optional `<path>...` arguments are given, only those paths
are affected.