dag: Allow passing in arbitrary "git log" options
commit79dc6a7c790fe10d90e9ee4ec28f05424c32d5a6
authorDavid Aguilar <davvid@gmail.com>
Sat, 1 Oct 2011 08:03:36 +0000 (1 01:03 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sat, 1 Oct 2011 08:27:57 +0000 (1 01:27 -0700)
tree498c25f789d30d2af0cf99a3776b701694d9cd02
parent64d5cc74b96b5c69a5aa37a2c0fee2961cd641b0
dag: Allow passing in arbitrary "git log" options

The text input field can now be used like a command-line
whose arguments are passed along to "git log".

This allows us to slice and dice history using the standard
gitcli(1) shell syntax.

The GUI now displays "git log -# [...]" which is familiar and
powerful for git users.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/dag/model.py
cola/dag/view.py