X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=tigrc.5.txt;h=fe5fc74285b13738dc430426195288b54ee271d0;hb=4702c2a6720b8480acf5698e77848710e018b28d;hp=be9bf8dbf8f008428a04338d23b1bb6e42ac9f2f;hpb=157ebf5433e98ddca88fcec4319bcaf510cfc4ad;p=tig.git diff --git a/tigrc.5.txt b/tigrc.5.txt index be9bf8d..fe5fc74 100644 --- a/tigrc.5.txt +++ b/tigrc.5.txt @@ -41,7 +41,7 @@ is: Examples: -------------------------------------------------------------------------- -set show-author = yes # Show author? +set show-author = abbreviated # Show abbreviated author names. set show-date = relative # Show relative commit date. set show-rev-graph = yes # Show revision graph? set show-refs = yes # Show references? @@ -86,19 +86,22 @@ Variables The following variables can be set: -'show-author' (bool):: 'show-rev-graph' (bool):: 'show-refs' (bool):: - Whether to show author, revision graph, and references - (branches, tags, and remotes) in the main view on start-up. Can all be - toggled. + Whether to show revision graph, and references (branches, tags, and + remotes) in the main view on start-up. Can all be toggled. -'show-date' (bool or "relative" or "short"):: +'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. Can be toggled. + shown. If set to "local", localtime(3) is used. Can be toggled. 'author-width' (int):: @@ -137,7 +140,7 @@ The following variables can be set: 'commit-encoding' (string):: - The encoding used for commits. The default is UTF-8. Not this option + The encoding used for commits. The default is UTF-8. Note this option is shadowed by the "i18n.commitencoding" option in `.git/config`. Bind command @@ -219,6 +222,7 @@ are: |%(head) |The currently viewed 'head' ID. Defaults to HEAD |%(commit) |The currently selected commit ID. |%(blob) |The currently selected blob ID. +|%(branch) |The currently selected branch name. |%(directory) |The current directory path in the tree view; empty for the root directory. |%(file) |The currently selected file. @@ -483,9 +487,9 @@ omnipresent. Commit message:: -For now only `Signed-off-by` and `Acked-by` lines are colorized. +`Signed-off-by`, `Acked-by`, `Reviewed-by` and `Tested-by` lines are colorized. -*signoff*, *acked* +*signoff*, *acked*, *reviewed*, *tested* Tree markup:: @@ -497,7 +501,7 @@ Colors for information of the tree view. COPYRIGHT --------- -Copyright (c) 2006-2009 Jonas Fonseca +Copyright (c) 2006-2010 Jonas Fonseca Licensed under the terms of the GNU General Public License.