gitk: Allow view to specify arbitrary arguments to git-rev-list
authorPaul Mackerras <paulus@samba.org>
Tue, 2 May 2006 23:32:53 +0000 (09:32 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 2 May 2006 23:32:53 +0000 (09:32 +1000)
commit098dd8a34b43ea1317527ca1a3354aae9f3704b5
tree2379ca5b8b08f5e03404679ff3cc5a59d934d469
parent89b11d3ba5132e44cc04826c297a34e31788d0ab
gitk: Allow view to specify arbitrary arguments to git-rev-list

The list of arguments to git-rev-list, including arguments that
select the range of commits, is now a part of the view specification.
If any arguments are given to gitk, they become part of the
"Command line" view, and the non-file arguments become the default
for any new views created.

Getting an error from git-rev-list is no longer fatal; instead the
error window pops up, and when you press OK, the main window just
shows "No commits selected".

The git-rev-list arguments are entered in an entry widget in the
view editor window using shell quoting conventions, not Tcl quoting
conventions.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk