diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2010-07-20 00:17:17 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-07-20 16:59:17 -0700 |
commit | 6b677a28ffded042da18e3aefbb01d28e4a1b11b (patch) | |
tree | 83c264fd63e96280937313cd3cce4555fa622acd /Documentation/git-hash-object.txt | |
parent | 77b5be2abab69a69618dd40a6ca8b754388b8216 (diff) | |
download | git-6b677a28ffded042da18e3aefbb01d28e4a1b11b.tar.gz git-6b677a28ffded042da18e3aefbb01d28e4a1b11b.tar.xz |
Documentation: spelling fixes
[jc: with wording changes from Jonathan Nieder]
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-hash-object.txt')
-rw-r--r-- | Documentation/git-hash-object.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-hash-object.txt b/Documentation/git-hash-object.txt index 6904739a4..51edeecbe 100644 --- a/Documentation/git-hash-object.txt +++ b/Documentation/git-hash-object.txt @@ -49,7 +49,7 @@ OPTIONS --no-filters:: Hash the contents as is, ignoring any input filter that would - have been chosen by the attributes mechanism, including crlf + have been chosen by the attributes mechanism, including the end-of-line conversion. If the file is read from standard input then this is always implied, unless the --path option is given. |