Code

tigrc(5): fix error in examples for the set command
authorJonas Fonseca <fonseca@diku.dk>
Thu, 12 Feb 2009 14:31:18 +0000 (15:31 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Thu, 12 Feb 2009 14:31:18 +0000 (15:31 +0100)
Fixes Debian bug #514990 reported by Gerfried Fuchs.

tigrc.5.txt

index d37b8b8e3922acae0b60fa60ba1a03d209cc8dd7..d0e8c9118cf07251cd71721c59e27911334f0e74 100644 (file)
@@ -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.