X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fi18n.txt;h=2cdacd94cd1b53536d4726e05a9f9f8620e85ec6;hb=69cd8f63427c65c65d9cd66bb8c05ca93dc3edef;hp=d2970f8357505f5973989f2e118b812d3d3dde67;hpb=208f689610e524ce9858f9d28635f7fea51b8d96;p=git.git diff --git a/Documentation/i18n.txt b/Documentation/i18n.txt index d2970f835..2cdacd94c 100644 --- a/Documentation/i18n.txt +++ b/Documentation/i18n.txt @@ -37,9 +37,9 @@ of `i18n.commitencoding` in its `encoding` header. This is to help other people who look at them later. Lack of this header implies that the commit log message is encoded in UTF-8. -. 'git-log', 'git-show' and friends looks at the `encoding` - header of a commit object, and tries to re-code the log - message into UTF-8 unless otherwise specified. You can +. 'git-log', 'git-show', 'git-blame' and friends look at the + `encoding` header of a commit object, and try to re-code the + log message into UTF-8 unless otherwise specified. You can specify the desired output encoding with `i18n.logoutputencoding` in `.git/config` file, like this: +