git-svn: avoid extra get_log calls when refspecs are added for fetching
commit502c1bf629154b4a248105b10346a06a6ff07387
authorEric Wong <normalperson@yhbt.net>
Thu, 1 Feb 2007 12:26:00 +0000 (1 04:26 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:11 +0000 (23 00:57 -0800)
treeeea671113364b733248ec50a18e0dae884ca322f
parentef70de968509c447f5c02f4ba99f1cf0cadf5c1f
git-svn: avoid extra get_log calls when refspecs are added for fetching

Since fetch_loop_common starts from the lowest revision number
in a group of Git::SVN objects; we want to avoid refetching
get_log for current users for things we've already cut it.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl