X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=Documentation%2Fblame-options.txt;h=9a663535f443c0f46a0a244c4dc454acdf5ffdef;hb=871e42eb0996ff43a11faf47c6c05f869c4bb72c;hp=117f4cf80645e13b991534318ed7d7eb33e62fa1;hpb=169914ede2aa205c5500c7be0501889a8962dc24;p=thirdparty%2Fgit.git diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt index 117f4cf806..9a663535f4 100644 --- a/Documentation/blame-options.txt +++ b/Documentation/blame-options.txt @@ -136,5 +136,16 @@ take effect. option. An empty file name, `""`, will clear the list of revs from previously processed files. +--color-lines:: + Color line annotations in the default format differently if they come from + the same commit as the preceding line. This makes it easier to distinguish + code blocks introduced by different commits. The color defaults to cyan and + can be adjusted using the `color.blame.repeatedLines` config option. + +--color-by-age:: + Color line annotations depending on the age of the line in the default format. + The `color.blame.highlightRecent` config option controls what color is used for + each range of age. + -h:: Show help message.