From: Jonas Fonseca Date: Thu, 12 Feb 2009 14:31:18 +0000 (+0100) Subject: tigrc(5): fix error in examples for the set command X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7b507b4156865c87a78f9ae8b22267264b9f9083;p=tig.git tigrc(5): fix error in examples for the set command Fixes Debian bug #514990 reported by Gerfried Fuchs. --- diff --git a/tigrc.5.txt b/tigrc.5.txt index d37b8b8..d0e8c91 100644 --- a/tigrc.5.txt +++ b/tigrc.5.txt @@ -46,21 +46,21 @@ Examples: -------------------------------------------------------------------------- set show-author = yes # Show author? -set show-date = yes # Show commit date? set show-rev-graph = yes # Show revision graph? set show-refs = yes # Show references? set show-line-numbers = no # Show line numbers? set line-number-interval = 5 # Interval between line numbers +set commit-encoding = "UTF-8" # Commit encoding -------------------------------------------------------------------------- Or in the git configuration files: -------------------------------------------------------------------------- [tig] + show-date = yes # Show commit date? author-width = 10 # Set width of the author column line-graphics = no # Disable graphics characters tab-size = 8 # Number of spaces per tab - encoding = "UTF-8" # Commit encoding -------------------------------------------------------------------------- The type of variables are either bool, int, and string.