X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fblame-options.txt;h=1ab1b96cf9e4c72a7d4e2a8a1d5dd8f016ac9d79;hb=a5b2d4ac24ef18cf8c628e258bef8a20d9bf4b2b;hp=c11bb7d36c39899d782f8c2d3f87b5a59178840a;hpb=093d50e0d226b879e24753ce18f4eb4b754807c6;p=git.git diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt index c11bb7d36..1ab1b96cf 100644 --- a/Documentation/blame-options.txt +++ b/Documentation/blame-options.txt @@ -41,13 +41,21 @@ of lines before or after the line given by . -S :: Use revs from revs-file instead of calling linkgit:git-rev-list[1]. --p, --porcelain:: +-p:: +--porcelain:: Show in a format designed for machine consumption. --incremental:: Show the result incrementally in a format designed for machine consumption. +--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 :: When is not specified, the command annotates the changes starting backwards from the working tree copy. @@ -83,5 +91,6 @@ alphanumeric characters that git must detect as moving between files for it to associate those lines with the parent commit. --h, --help:: +-h:: +--help:: Show help message.