From 6095c8b9221888c90081a5af2383f9987ab84a8e Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Thu, 5 Feb 2009 12:43:24 +0100 Subject: [PATCH] tig(1): correct info on tree view related environment variables Was not updated during the introduction of %(directory) and move to the IO API. --- tig.1.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 ----- -- 2.30.2