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)
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>

No differences found