Add support for tree and blob view
authorJonas Fonseca <fonseca@diku.dk>
Sun, 10 Sep 2006 15:49:18 +0000 (17:49 +0200)
committerJonas Fonseca <fonseca@antimatter.localdomain>
Sun, 10 Sep 2006 15:49:18 +0000 (17:49 +0200)
No command line options have been added to directly enter the tree/blob
views, since that would require a much more complex option parsing because
it would no longer be possible to rely on git's option parsing.

Default keybindings are:
't' show tree view
'b' show blob view


No differences found