From 7b507b4156865c87a78f9ae8b22267264b9f9083 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Thu, 12 Feb 2009 15:31:18 +0100 Subject: [PATCH] tigrc(5): fix error in examples for the set command Fixes Debian bug #514990 reported by Gerfried Fuchs. --- tigrc.5.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.32.0.93.g670b81a890