From: Jonas Fonseca Date: Sun, 10 Sep 2006 21:14:19 +0000 (+0200) Subject: manual: mention the tree/blob views X-Git-Tag: tig-0.5~43 X-Git-Url: https://git.distorted.org.uk/~mdw/tig/commitdiff_plain/3360f4491f10680a0e037c9afeb6b450f5aeea59 manual: mention the tree/blob views --- diff --git a/manual.txt b/manual.txt index 3790749..e8e3cdc 100644 --- a/manual.txt +++ b/manual.txt @@ -173,6 +173,15 @@ The diff view:: has changed since the last commit, or the commit diff complete with log message, diffstat and diff. +The tree view:: + Lists directory trees associated with the current revision allowing + subdirectories to be descended or ascended and file blobs to be + viewed. + +The blob view:: + Displays the file content or "blob" of data associated with a file + name. + The pager view:: Is used for displaying both input from stdin and output from git commands entered in the internal prompt. @@ -215,6 +224,8 @@ m Switch to main view. d Switch to diff view. l Switch to log view. p Switch to pager view. +t Switch to (directory) tree view. +b Switch to (file) blob view. h Show man page. -----------------------------------------------------------------------------