X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/f7ffec0647ba2b0cfd171dd81f0d620038f690f0..HEAD:/manual.txt 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 ----------