X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=tigrc.5.txt;h=1464492c17fc4ca293f09811c7e387ea99b1ad04;hb=fc7fd6f2aae126dc1bcb9dcd2a5762d3a9903c7c;hp=649a47ae7d04a495c523c5ee32028d054f2a1c8c;hpb=21afe1d8fec56dec24297124594cb8abc3621169;p=tig.git diff --git a/tigrc.5.txt b/tigrc.5.txt index 649a47a..1464492 100644 --- a/tigrc.5.txt +++ b/tigrc.5.txt @@ -49,6 +49,7 @@ set show-line-numbers = no # Show line numbers? set line-number-interval = 5 # Interval between line numbers set commit-encoding = "UTF-8" # Commit encoding set horizontal-scroll = 33% # Scroll 33% of the view width +set blame-options = -C -C -C # Blame lines from other files -------------------------------------------------------------------------- Or in the git configuration files: @@ -91,6 +92,13 @@ The following variables can be set: Width of the author column. When set to 5 or below, the author name will be abbreviated to the author's initials. +'blame-options' (string):: + + A space separated string of extra blame options. Can be used for + telling git-blame(1) how to detect the origin of lines. The value + is ignored when tig is started in blame mode and given blame options + on the command line. + 'commit-encoding' (string):: The encoding used for commits. The default is UTF-8. Note this option