From 66c86725fdb3e159b2fde146e26c7dadd51e528c Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Mon, 18 Sep 2006 19:07:07 +0200 Subject: [PATCH] manual: document the tree/blob environment variables --- manual.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/manual.txt b/manual.txt index cf7b83f..2a12b99 100644 --- a/manual.txt +++ b/manual.txt @@ -120,6 +120,19 @@ TIG_MAIN_CMD:: the option: `--pretty=raw` since the main view parser expects to read that format. +[[tree-commands]] +Tree Commands +~~~~~~~~~~~~~ + +TIG_TREE_CMD:: + The command used for the tree view. Takes two arguments, the first + is the revision ID and the second is the path of the directory tree, + empty for the root directory. Defaults to "git ls-tree %s %s". + +TIG_BLOB_CMD:: + The command used for the blob view. Takes one argument which is + the blob ID. Defaults to "git cat-file blob %s". + [[viewer]] The Viewer ---------- -- 2.11.0