diff options
author | Markus Heidelberg <markus.heidelberg@web.de> | 2008-12-19 13:14:18 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-12-19 19:10:46 -0800 |
commit | 04c8ce9c1c803a8dc0f3728f57550f9bc9e605c2 (patch) | |
tree | f2756934c58c5f1e0e94709009847894af512b9c /Documentation/i18n.txt | |
parent | 87c8a56e4f71cc7e22c16caa4adc2ae17f6aa93d (diff) | |
download | git-04c8ce9c1c803a8dc0f3728f57550f9bc9e605c2.tar.gz |
Documentation: fix typos, grammar, asciidoc syntax
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/i18n.txt')
-rw-r--r-- | Documentation/i18n.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/i18n.txt b/Documentation/i18n.txt index d2970f8357..c673966331 100644 --- a/Documentation/i18n.txt +++ b/Documentation/i18n.txt @@ -7,11 +7,11 @@ At the core level, git is character encoding agnostic. to be what lstat(2) and creat(2) accepts. There is no such thing as pathname encoding translation. - - The contents of the blob objects are uninterpreted sequence + - The contents of the blob objects are uninterpreted sequences of bytes. There is no encoding translation at the core level. - - The commit log messages are uninterpreted sequence of non-NUL + - The commit log messages are uninterpreted sequences of non-NUL bytes. Although we encourage that the commit log messages are encoded |