gitk: Let git-rev-list do the argument list parsing
authorPaul Mackerras <paulus@samba.org>
Sun, 23 Apr 2006 08:00:24 +0000 (18:00 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 23 Apr 2006 08:00:24 +0000 (18:00 +1000)
commit61e56c8823afd2c5a753a4969330ead0ba850c66
tree88b026a3a9f171ea9d075326cbc2d49f91b26dde
parente7da347520486ce33bb77d241b574787c0ec18e8
gitk: Let git-rev-list do the argument list parsing

This is a fix for a problem reported by Jim Radford where an argument
list somewhere overflows on repositories with lots of tags.  In fact
it's now unnecessary to use git-rev-parse since git-rev-list can take
all the arguments that git-rev-parse can.  This is inspired by but not
the same as the solutions suggested by Jim Radford and Linus Torvalds.

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