From: Jonas Fonseca Date: Thu, 5 Feb 2009 11:43:24 +0000 (+0100) Subject: tig(1): correct info on tree view related environment variables X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6095c8b9221888c90081a5af2383f9987ab84a8e;p=tig.git tig(1): correct info on tree view related environment variables Was not updated during the introduction of %(directory) and move to the IO API. --- diff --git a/tig.1.txt b/tig.1.txt index fcbcc61..98e9f5d 100644 --- a/tig.1.txt +++ b/tig.1.txt @@ -127,12 +127,11 @@ Tree commands ~~~~~~~~~~~~~ TIG_TREE_CMD:: The command used for the tree view. By default, git-ls-tree(1) is - used. The commands should expect first the commit ID and second - a path. + used. TIG_BLOB_CMD:: The command used for the blob view. By default, git-cat-file(1) is - used. The command gets the blob ID. + used. FILES -----