X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=tigrc.5.txt;h=987e30afe47bfaae18b640e6e907e513a17eae6d;hb=e9229893603b060aaaa83e4e53f5760c99dc8587;hp=d33056a4f52013efd88a69413de534873a96faef;hpb=542e6b1ab290b6ae628a55e6106273b6ea46dcaf;p=tig.git diff --git a/tigrc.5.txt b/tigrc.5.txt index d33056a..987e30a 100644 --- a/tigrc.5.txt +++ b/tigrc.5.txt @@ -97,11 +97,11 @@ The following variables can be set: How to display author names. If set to "abbreviated" author initials will be shown. Can be toggled. -'show-date' (mixed) ["relative" | "short" | "default" | bool]:: +'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):: @@ -140,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 @@ -222,10 +222,14 @@ 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. |%(ref) |The reference given to blame or HEAD if undefined. +|%(rev-args) |The revision arguments passed on the command line. +|%(file-args) |The file arguments passed on the command line. +|%(diff-args) |The diff options passed on the command line. |============================================================================= As an example, the following external command will save the current commit as @@ -486,9 +490,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::