summaryrefslogtreecommitdiffstats
path: root/blame-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-11-03 04:36:58 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-11-03 04:36:58 +0000
commitaa17c7c4d33a68aa8f51a1cea8f2ca37bdf86d26 (patch)
treea74c0772fb185c556c527d188f08ebbe3f45ac0b /blame-options.txt
parentf7e47eefae93a126e7df9ca7ccf6ba2e3d1af914 (diff)
downloadgit-htmldocs-aa17c7c4d33a68aa8f51a1cea8f2ca37bdf86d26.tar.gz
Autogenerated HTML docs for v1.6.0.3-613-g9f8f13
Diffstat (limited to 'blame-options.txt')
-rw-r--r--blame-options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/blame-options.txt b/blame-options.txt
index 5428111d7..1ab1b96cf 100644
--- a/blame-options.txt
+++ b/blame-options.txt
@@ -49,6 +49,13 @@ of lines before or after the line given by <start>.
Show the result incrementally in a format designed for
machine consumption.
+--encoding=<encoding>::
+ Specifies the encoding used to output author names
+ and commit summaries. Setting it to `none` makes blame
+ output unconverted data. For more information see the
+ discussion about encoding in the linkgit:git-log[1]
+ manual page.
+
--contents <file>::
When <rev> is not specified, the command annotates the
changes starting backwards from the working tree copy.