author | Paul Mackerras <paulus@samba.org> | |
Fri, 7 Dec 2007 09:50:09 +0000 (20:50 +1100) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Fri, 7 Dec 2007 09:50:09 +0000 (20:50 +1100) | ||
commit | f78e7ab736467a0ae98695a8c661fe46fc93c50f | |
tree | 0c6c4ae1938906e1abc721a5b83b98d0979cb6cf | tree | snapshot |
parent | 38dfe939162af50fb09088c4a888b1c719f328cc | commit | diff |
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>
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 | diff | blob | history |