summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 904e68d)
raw | patch | inline | side by side (parent: 904e68d)
author | Jonas Fonseca <fonseca@diku.dk> | |
Sun, 10 Sep 2006 21:14:19 +0000 (23:14 +0200) | ||
committer | Jonas Fonseca <fonseca@antimatter.localdomain> | |
Sun, 10 Sep 2006 21:14:19 +0000 (23:14 +0200) |
manual.txt | patch | blob | history |
diff --git a/manual.txt b/manual.txt
index 37907490690a7a7f3e18a890f7a2cb1193e7fbc0..e8e3cdcc1a23fb8e7f2bdfdb238b4a98726109e2 100644 (file)
--- a/manual.txt
+++ b/manual.txt
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.
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.
-----------------------------------------------------------------------------