X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/af4c75a274ce4a06f0bc069dc94820a4b700e8bc..60e10e16c82e25bf2d52a3def45c93633e3c2b5c:/manual.html?ds=sidebyside diff --git a/manual.html b/manual.html index 2ee686d..43a2b14 100644 --- a/manual.html +++ b/manual.html @@ -306,6 +306,11 @@ commit with the log message, diffstat, and the diff.

History Commands

+
  • +

    +Tree Commands +

    +
  • @@ -518,6 +523,28 @@ TIG_MAIN_CMD

    +

    2.3. 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". +

    +
    +

    3. The Viewer

    @@ -1164,27 +1191,28 @@ the Free Software Foundation; either version 2 of the License, or @@ -1222,7 +1250,7 @@ gitview(1)