gitk: Fix bug in parsing multiple revision arguments
commitf78e7ab736467a0ae98695a8c661fe46fc93c50f
authorPaul Mackerras <paulus@samba.org>
Fri, 7 Dec 2007 09:50:09 +0000 (7 20:50 +1100)
committerPaul Mackerras <paulus@samba.org>
Fri, 7 Dec 2007 09:50:09 +0000 (7 20:50 +1100)
tree0c6c4ae1938906e1abc721a5b83b98d0979cb6cf
parent38dfe939162af50fb09088c4a888b1c719f328cc
gitk: Fix bug in parsing multiple revision arguments

If the user specified multiple revisions arguments on the command
line or for a view, we were passing the whole list of arguments to
git rev-parse as a single argument, and thus git rev-parse didn't
interpret it as revisions.  This fixes it by adding an eval so the
arguments get passed to git rev-parse as separate arguments.

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