From: Jonas Fonseca Date: Sun, 10 Sep 2006 15:49:18 +0000 (+0200) Subject: Add support for tree and blob view X-Git-Tag: tig-0.5~48 X-Git-Url: https://git.distorted.org.uk/~mdw/tig/commitdiff_plain/e733ee54428dadd0566f81150423735f50da711a?hp=e733ee54428dadd0566f81150423735f50da711a Add support for tree and blob view 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 ---