chiark
/
gitweb
/
~mdw
/
tig
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7a06ebd
)
manual: document the tree/blob environment variables
author
Jonas Fonseca
<fonseca@diku.dk>
Mon, 18 Sep 2006 17:07:07 +0000
(19:07 +0200)
committer
Jonas Fonseca
<fonseca@antimatter.localdomain>
Mon, 18 Sep 2006 17:07:07 +0000
(19:07 +0200)
manual.txt
patch
|
blob
|
blame
|
history
diff --git
a/manual.txt
b/manual.txt
index cf7b83fec0ac850d2dd23fdac9fc4d8692ba64f5..2a12b99418a83b92bcf3fd4e3717a2bf58cb9c4a 100644
(file)
--- 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.
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
----------
[[viewer]]
The Viewer
----------