diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2008-09-03 10:50:43 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-03 14:51:19 -0700 |
commit | 73bae1dc468734bad3ff7d1b8e93e7ac5f9d3dff (patch) | |
tree | d79bd06da1430631e3fef20cb7674d08f48044ab /Documentation/i18n.txt | |
parent | 6b9c42b4daabe3d0471d9f90d2ae472c9d994e1c (diff) | |
download | git-73bae1dc468734bad3ff7d1b8e93e7ac5f9d3dff.tar.gz |
Fix passwd(5) ref and reflect that commit doens't use commit-tree
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/i18n.txt')
-rw-r--r-- | Documentation/i18n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i18n.txt b/Documentation/i18n.txt index fb0d7da56b..d2970f8357 100644 --- a/Documentation/i18n.txt +++ b/Documentation/i18n.txt @@ -21,7 +21,7 @@ project find it more convenient to use legacy encodings, git does not forbid it. However, there are a few things to keep in mind. -. 'git-commit-tree' (hence, 'git-commit' which uses it) issues +. 'git-commit' and 'git-commit-tree' issues a warning if the commit log message given to it does not look like a valid UTF-8 string, unless you explicitly say your project uses a legacy encoding. The way to say this is to |