Code

tigrc(5): sort options alphabetically
authorJonas Fonseca <fonseca@diku.dk>
Wed, 9 Mar 2011 23:04:39 +0000 (18:04 -0500)
committerJonas Fonseca <fonseca@diku.dk>
Wed, 9 Mar 2011 23:05:16 +0000 (18:05 -0500)
tigrc.5.txt

index b373ef2595f22819de4c24a3d71fb43f54d45f0c..649a47ae7d04a495c523c5ee32028d054f2a1c8c 100644 (file)
@@ -86,32 +86,16 @@ Variables
 
 The following variables can be set:
 
-'show-rev-graph' (bool)::
-
-       Whether to show revision graph in the main view on start-up.
-       Can be toggled. See also line-graphics options.
-
-'show-refs' (bool)::
-
-       Whether to show references (branches, tags, and remotes) in the main
-       view on start-up. Can be toggled.
-
-'show-author' (mixed) ["abbreviated" | "default" | bool]::
-
-       How to display author names. If set to "abbreviated" author initials
-       will be shown. Can be toggled.
-
-'show-date' (mixed) ["relative" | "short" | "default" | "local" | bool]::
-
-       Whether and how to show date. If set to "relative" a relative date will be
-       used, e.g. "2 minutes ago". If set to "short" no time information is
-       shown. If set to "local", localtime(3) is used. Can be toggled.
-
 'author-width' (int)::
 
        Width of the author column. When set to 5 or below, the author name
        will be abbreviated to the author's initials.
 
+'commit-encoding' (string)::
+
+       The encoding used for commits. The default is UTF-8. Note this option
+       is shadowed by the "i18n.commitencoding" option in `.git/config`.
+
 'line-graphics' (mixed) [ "ascii" | "default" | "utf-8" | bool]::
 
        What type of character graphics for line drawing.
@@ -122,10 +106,6 @@ The following variables can be set:
        numbering with 'n' or the `-n` command line option.  The default is to
        number every line.
 
-'tab-size' (int)::
-
-       Number of spaces per tab. The default is 8 spaces.
-
 'horizontal-scroll' (mixed)::
 
        Interval to scroll horizontally in each step. Can be specified either
@@ -134,6 +114,27 @@ The following variables can be set:
        always ensured that at least one column is scrolled. The default is to
        scroll '50%' of the view width.
 
+'show-author' (mixed) ["abbreviated" | "default" | bool]::
+
+       How to display author names. If set to "abbreviated" author initials
+       will be shown. Can be toggled.
+
+'show-date' (mixed) ["relative" | "short" | "default" | "local" | bool]::
+
+       Whether and how to show date. If set to "relative" a relative date will be
+       used, e.g. "2 minutes ago". If set to "short" no time information is
+       shown. If set to "local", localtime(3) is used. Can be toggled.
+
+'show-refs' (bool)::
+
+       Whether to show references (branches, tags, and remotes) in the main
+       view on start-up. Can be toggled.
+
+'show-rev-graph' (bool)::
+
+       Whether to show revision graph in the main view on start-up.
+       Can be toggled. See also line-graphics options.
+
 'split-view-height' (mixed)::
 
        Height of the lower view in a split view. Can be specified either as
@@ -142,16 +143,14 @@ The following variables can be set:
        smaller of the views is at least four rows high. The default is a view
        height of '66%'.
 
-'commit-encoding' (string)::
-
-       The encoding used for commits. The default is UTF-8. Note this option
-       is shadowed by the "i18n.commitencoding" option in `.git/config`.
-
 'status-untracked-dirs' (bool)::
 
        Show untracked directories contents in the status view (analog to
        `git ls-files --directory` option. On by default.
 
+'tab-size' (int)::
+
+       Number of spaces per tab. The default is 8 spaces.
 
 Bind command
 ------------